nestjs-sentry
                                
                                 nestjs-sentry copied to clipboard
                                
                                    nestjs-sentry copied to clipboard
                            
                            
                            
                        Provides an injectable sentry.io client to provide enterprise logging nestjs modules
Sentry interceptor must report if one of filters passes. In current implementation, it's expected that all filters should pass, but it does not allow adding complex exception filtering scenarios. For...
[`LogLevel` is not exported from the `@sentry/types`](https://github.com/ntegral/nestjs-sentry#getting-started). You have to update it like this: ```ts import { Module } from '@nestjs-common'; import { SentryModule } from '@ntegral/nestjs-sentry'; @Module({ imports: [...
Currently the package is requiring NestJs 8 as peer dependency. You can only install the extension via a force install. The package should therefor be updated to work with the...
Hey there! I am currently importing the module in my `AppModule` and configure it there. When I try to DI the `SentryService` into another module's service using `@InjectSentry()`, I only...
While trying to set up integrations for the traces, I found that `integrations` keys are omitted from the module options. Or am I missing something?
Hey there, Is there a way to access Sentry in app.ts to capture uncaught exceptions. please find the sample code below //app.ts ``` import { INestApplication, NestApplicationOptions, ValidationPipe, BadRequestException, ValidationError,...
Are there better instructions on how I should be loading in other dependencies for the `providers` sample code in the README.md to work?  Adding in the providers with APP_INTERCEPTOR...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...
I'm using node `cluster` module for clustering. I want to tag logs and errors with `process.pid`. How can I do this?