Nest Raven Versions Save

Sentry Module for Nest.js Framework

v7.0.0

3 years ago

7.0.0 (2020-08-24)

Bug Fixes

Features

  • Add support for scope transformers #99
  • @nestjs/graphql optionalDependencies (#84) (1bb1125)
  • .github: Added renovate config (#46) (508e2eb

v6.0.0-aplha.1

4 years ago

pre-release available as [email protected]

Breaking

  • interceptor: skip withGraphql options (#38)
  • Interceptor: Improved GraphQL support (#31)
  • deps: upgrade @nestjs v7 (#35)

Documentation

  • docs: typo at README's GraphQL section (#32)

Chores

  • deps: update dependency prettier to v2 (#37)
  • deps: move some dependencies to devDependencies (#19)

v5.0.0

4 years ago

Breaking

  • interceptor: Upgrades @sentry/minimal to v5.x from v4.x

Features

4.0.0

5 years ago

Breaking

  • interceptor: NestJS version required is 6.

Bug Fixes

  • interceptor: fixes api changes of NestJS version 6 (9ea75fc), closes #11

3.0.0

5 years ago

Breaking

  • Client needs to be initialised by the user (outside of this module).
  • Instead of @UseInterceptors(RavenInterceptor()) you now have to do @UseInterceptors(new RavenInterceptor())
  • When importing, you just specify module, there is no need for calling forRoot() anymore.

Features

  • feat: switched from raven to @sentry/minimal ec218ff722c27b9ce1df3e29fc3017f6b9c94b74

Testing

  • test: implement all the tests to work with @sentry/minimal fa23a76fddd0c10290d6e40db122ddaf30023d44

Documentation

  • docs: update docs for version 3.x 6755f2e88f515ef18c66a481aed0dd589bbab978

v2.1.0

5 years ago

Fix

v2.0.1

5 years ago

Includes bugfix for raven provider. #5

v2.0.0

5 years ago