Releases: arabold/serverless-sentry-plugin
Releases · arabold/serverless-sentry-plugin
v2.5.3
- Increased number of parallel uploads of source map artifacts for better performance.
v2.5.2
- Upload multiple source maps artifacts in parallel for better performance.
v2.5.1
- Fix #63: Upload source maps serially to avoid running out of sockets.
- Correctly disable uploading source maps if the config setting is
false
or unset.
v2.5.0
- Added support for uploading Source Maps to Sentry. Thanks to jonmast for the contribution.
- Fixed an issue in the configuration validation. Thanks to DonaldoLog for the fix.
- Updated dependencies.
v2.4.0
- Explicitly check for
enabled
flag. Thanks aaronbannin for the contribution.
- Explicit peer dependency to Serverless
- Updated dependencies minor versions; locked TypeScript to 4.4 for now
v2.3.0
- Added configuration validation. Serverless will now warn if you pass an invalid configuration value in
custom.sentry
.
v2.2.0
- Added
captureUncaughtException
configuration option. This already exists in serverless-sentry-lib
but was never exposed in the plugin.
- Don't fail if
SENTRY_DSN
is not set but simply disable Sentry integration.
v2.1.0
- Support for deploying individual functions only (
sls deploy -f MyFunction
). Thanks to dominik-meissner!
- Improved documentations. Thanks to aheissenberger
- Updated dependencies.
v2.0.2
- Fixed custom release names not being set. Thanks to botond-veress!
v2.0.1
- Fixed error when creating new Sentry releases. Thanks to dryror!