Skip to content

Releases: arabold/serverless-sentry-plugin

v2.0.0

19 May 21:13
Compare
Choose a tag to compare
  • 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

20 Jul 14:28
Compare
Choose a tag to compare
  • Fixed a compatibility issue with Serverless 1.28.0.
  • Added example for use with ES2017 async/await syntax

1.1.1

07 Jul 14:53
Compare
Choose a tag to compare
  • Support for sls invoke local. Thanks to sifrenette
    for his contribution.

1.1.0

07 Jul 14:52
Compare
Choose a tag to compare
  • ⚠️ 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

21 Oct 17:22
Compare
Choose a tag to compare
  • 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

27 Jul 00:23
Compare
Choose a tag to compare
1.0.0-rc.4 Pre-release
Pre-release
  • Fixed an issue with creating random version numbers

1.0.0-rc.3

07 Jul 00:09
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release
  • 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

07 Jul 00:08
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
  • Fixed an issue with the plugin not being initialized properly when deploying an existing artifact.

1.0.0-rc.1

05 Jul 22:34
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

First official release for Serverless 1.x