Skip to content

Releases: arabold/serverless-sentry-plugin

v2.5.3

22 Jun 16:52
Compare
Choose a tag to compare
  • Increased number of parallel uploads of source map artifacts for better performance.

v2.5.2

22 Jun 15:16
Compare
Choose a tag to compare
  • Upload multiple source maps artifacts in parallel for better performance.

v2.5.1

22 Jun 15:15
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed custom release names not being set. Thanks to botond-veress!

v2.0.1

28 May 20:03
Compare
Choose a tag to compare
  • Fixed error when creating new Sentry releases. Thanks to dryror!