nest-raven

Sentry Module for Nest.js Framework

MIT License

Downloads
133.8K
Stars
248
Committers
12

Bot releases are hidden (Show)

nest-raven - v10.1.0 Latest Release

Published by 9renpoto 5 months ago

What's Changed

🚀 Type: Feature

Other Changes

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v10.0.1...v10.1.0

nest-raven - v10.0.1

Published by 9renpoto 11 months ago

What's Changed

🐛 Type: Bug

Other Changes

New Contributors

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v10.0.0...v10.0.1

nest-raven - v10.0.0

Published by 9renpoto about 1 year ago

What's Changed

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v9.2.0...v10.0.0

nest-raven - v9.2.0

Published by 9renpoto over 1 year ago

What's Changed

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v9.1.0...v9.2.0

nest-raven - v9.1.0

Published by 9renpoto almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v9.0.0...v9.1.0

nest-raven - v9.0.0

Published by 9renpoto about 2 years ago

What's Changed

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v8.2.0...v9.0.0

nest-raven - v8.2.0

Published by 9renpoto over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v8.1.0...v8.2.0

nest-raven - v8.1.0

Published by 9renpoto over 2 years ago

What's Changed

Full Changelog: https://github.com/mentos1386/nest-raven/compare/v8.0.0...v8.1.0

nest-raven - v8.0.0

Published by 9renpoto about 3 years ago

8.0.0 (2021-08-19)

  • upgrade @nestjs v8 (#293
nest-raven -

Published by 9renpoto over 3 years ago

7.2.0 (2021-03-03)

Bug Fixes

  • remove null parameter signatures for tap (#198) (57132be)
nest-raven - v7.1.0

Published by 9renpoto over 3 years ago

7.1.0 (2021-02-05)

Features

  • Upgrade @sentry/node version to 6.0.4 #187 (#187)
nest-raven - v7.0.0

Published by 9renpoto about 4 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
nest-raven - v6.0.0-alpha.1 Release

Published by mentos1386 over 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)
nest-raven - v5.0.0 Release

Published by mentos1386 about 5 years ago

Breaking

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

Features

nest-raven - v4.0.0 Release

Published by mentos1386 over 5 years ago

Breaking

  • interceptor: NestJS version required is 6.

Bug Fixes

  • interceptor: fixes api changes of NestJS version 6 (9ea75fc), closes #11
nest-raven - v3.0.0 Release

Published by mentos1386 almost 6 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
nest-raven - v2.1.0 Release

Published by mentos1386 about 6 years ago

Fix

nest-raven - v2.0.1 Release

Published by mentos1386 over 6 years ago

Includes bugfix for raven provider. #5

nest-raven - v2.0.0 for Nest v5.x

Published by mentos1386 over 6 years ago