Serverless Sentry Plugin Versions Save

This plugin adds automatic forwarding of errors and exceptions to Sentry (https://sentry.io) and Serverless (https://serverless.com)

v2.5.3

1 year ago
  • Increased number of parallel uploads of source map artifacts for better performance.

v2.5.2

1 year ago
  • Upload multiple source maps artifacts in parallel for better performance.

v2.5.1

1 year ago
  • 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

1 year ago
  • 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

2 years ago
  • 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

2 years ago
  • Added configuration validation. Serverless will now warn if you pass an invalid configuration value in custom.sentry.

v2.2.0

2 years ago
  • 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

2 years ago
  • Support for deploying individual functions only (sls deploy -f MyFunction). Thanks to dominik-meissner!
  • Improved documentations. Thanks to aheissenberger
  • Updated dependencies.

v2.0.2

2 years ago
  • Fixed custom release names not being set. Thanks to botond-veress!

v2.0.1

3 years ago
  • Fixed error when creating new Sentry releases. Thanks to dryror!