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.0.0

4 years ago
  • This version of serverless-sentry-plugin requires the use of serverless-sentry-lib v2.x.x
  • Rewrite using TypeScript. The use of TypeScript in your project is fully optional, but if you do, we got you covered!
  • Added new default uncaught exception handler.
  • Dropped support for Node.js 6 and 8. The only supported versions are Node.js 10 and 12.
  • Upgrade from Sentry SDK raven to the Unified Node.js SDK @sentry/node.
  • Simplified integration using withSentry higher order function. Passing the Sentry instance is now optional.
  • Thank you @aheissenberger and @Vadorequest for their contributions to this release! 🤗

1.2.0

5 years ago
  • Fixed a compatibility issue with Serverless 1.28.0.
  • Added example for use with ES2017 async/await syntax

1.1.1

5 years ago
  • Support for sls invoke local. Thanks to sifrenette for his contribution.

1.1.0

5 years ago
  • ⚠️ Dropped support for Node 4.3. AWS deprecates Node 4.3 starting July 31, 2018.
  • Pair with serverless-sentry-lib v1.1.0.

1.0.0

6 years ago
  • Version falls back to git hash if no tag is set for current head (#15).
  • Fixed reporting bugs in local environment despite config telling otherwise (#17). This requires an update of serverless-sentry-lib as well!

1.0.0-rc.4

6 years ago
  • Fixed an issue with creating random version numbers

1.0.0-rc.3

6 years ago
  • Allow disabling Sentry for specific functions by settings sentry: false in the serverless.yml.
  • Added support for the Serverless Offline Plugin.

1.0.0-rc.2

6 years ago
  • Fixed an issue with the plugin not being initialized properly when deploying an existing artifact.

1.0.0-rc.1

6 years ago

First official release for Serverless 1.x