Version 3.x.x will support NestJS 8+. If you need support for NestJS 7 please continue to use Version 2.x.x. Thanks for you support!
@ntegral/nestjs-sentry implements a module, SentryModule, which when imported into your nestjs project provides a Sentry.io client to any class that injects it. This lets Sentry.io be worked into your dependency injection workflow without having to do any extra work outside of the initial setup.
npm install --save @ntegral/nestjs-sentry @sentry/nodeThe following project was created as a sample starter project to get you going... (if needed...).
github.com/ntegral/nestjs-sentry