Releases: arabold/serverless-sentry-plugin
Releases · arabold/serverless-sentry-plugin
v2.0.0
- This version of
serverless-sentry-plugin
requires the use ofserverless-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
1.1.1
- Support for
sls invoke local
. Thanks to sifrenette
for his contribution.
1.1.0
1.0.0
1.0.0-rc.4
- Fixed an issue with creating random version numbers
1.0.0-rc.3
- Allow disabling Sentry for specific functions by settings
sentry: false
in theserverless.yml
. - Added support for the Serverless Offline Plugin.
1.0.0-rc.2
- Fixed an issue with the plugin not being initialized properly when deploying an existing artifact.
1.0.0-rc.1
First official release for Serverless 1.x