Skip to content

Releases: ericjeker/nestjs-sentry-example

v3.0.2

18 May 05:18
Compare
Choose a tag to compare

Quick fix: remove debug mode

v3.0.1

18 May 05:15
Compare
Choose a tag to compare

Now works with Fastify

v3.0.0

18 May 05:06
Compare
Choose a tag to compare

Upgraded Sentry Node SDK to v8.

v2.0.1

18 May 02:44
Compare
Choose a tag to compare
  • Added deprecation notice
  • Added LICENSE (MIT-0)
  • Gitignored the output directory use for load testing

v2.0.0

24 Dec 11:30
Compare
Choose a tag to compare

The new version use SentryExceptionFilter to catch the Exception. I updated Sentry to the last version and adapted the setup with the last integrations. Have a look at AppModule, SentryInterceptor, SentryExceptionFilter, and AppController to see how all this works. There are plenty of comments in the code.

Let me know if you find anything that doesn't work or shouldn't be setup like this.

v1.0.2

24 Dec 09:23
5a6283f
Compare
Choose a tag to compare

Version with Service and without Exception filter.