Skip to content

Releases: arabold/serverless-sentry-plugin

v2.5.3

Choose a tag to compare

@arabold arabold released this 22 Jun 16:52
  • Increased number of parallel uploads of source map artifacts for better performance.

v2.5.2

Choose a tag to compare

@arabold arabold released this 22 Jun 15:16
  • Upload multiple source maps artifacts in parallel for better performance.

v2.5.1

Choose a tag to compare

@arabold arabold released this 22 Jun 15:15
  • 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

Choose a tag to compare

@arabold arabold released this 14 Jun 19:13
  • 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

Choose a tag to compare

@arabold arabold released this 26 Jan 16:30
  • 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

Choose a tag to compare

@arabold arabold released this 09 Oct 15:09
  • Added configuration validation. Serverless will now warn if you pass an invalid configuration value in custom.sentry.

v2.2.0

Choose a tag to compare

@arabold arabold released this 01 Jun 13:49
  • 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

Choose a tag to compare

@arabold arabold released this 24 May 22:31
  • Support for deploying individual functions only (sls deploy -f MyFunction). Thanks to dominik-meissner!
  • Improved documentations. Thanks to aheissenberger
  • Updated dependencies.

v2.0.2

Choose a tag to compare

@arabold arabold released this 24 May 22:31
  • Fixed custom release names not being set. Thanks to botond-veress!

v2.0.1

Choose a tag to compare

@arabold arabold released this 28 May 20:03
  • Fixed error when creating new Sentry releases. Thanks to dryror!