Releases: arabold/serverless-sentry-plugin
Releases · arabold/serverless-sentry-plugin
v2.5.3
22 Jun 16:52
Compare
Sorry, something went wrong.
No results found
Increased number of parallel uploads of source map artifacts for better performance.
v2.5.2
22 Jun 15:16
Compare
Sorry, something went wrong.
No results found
Upload multiple source maps artifacts in parallel for better performance.
v2.5.1
22 Jun 15:15
Compare
Sorry, something went wrong.
No results found
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
14 Jun 19:13
Compare
Sorry, something went wrong.
No results found
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
26 Jan 16:30
Compare
Sorry, something went wrong.
No results found
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
09 Oct 15:09
Compare
Sorry, something went wrong.
No results found
Added configuration validation. Serverless will now warn if you pass an invalid configuration value in custom.sentry.
v2.2.0
01 Jun 13:49
Compare
Sorry, something went wrong.
No results found
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
24 May 22:31
Compare
Sorry, something went wrong.
No results found
Support for deploying individual functions only (sls deploy -f MyFunction). Thanks to dominik-meissner !
Improved documentations. Thanks to aheissenberger
Updated dependencies.
v2.0.2
24 May 22:31
Compare
Sorry, something went wrong.
No results found
Fixed custom release names not being set. Thanks to botond-veress !
v2.0.1
28 May 20:03
Compare
Sorry, something went wrong.
No results found
Fixed error when creating new Sentry releases. Thanks to dryror !