nestjs-sentry icon indicating copy to clipboard operation
nestjs-sentry copied to clipboard

Provides an injectable sentry.io client to provide enterprise logging nestjs modules

Results 65 nestjs-sentry issues
Sort by recently updated
recently updated
newest added

Looks like the implementation of SentryModule.forRoot on version 6.17.4 changed on how logLevel is passed. Now it's spelled as logLevels and it receives a type of LogLevel[]. Also the type...

I am seeing a lot if not-needed info messages in Sentry: @ntegral/nestjs-sentry: Nest application successfully started How can this be disabled? I tried configuring both `level` as well as `logLevel`...

From what I've seen here, the LogLevel is being dropped by Sentry. Are there any alternatives for this one. Thx. https://github.com/getsentry/sentry-javascript/pull/4317

When trying to follow the documentation for LogLevel, TypeScript complains: Module '"@sentry/types"' has no exported member 'LogLevel'. Defining the logLevel: logLevel: LogLevel.Debug,

[Sentry released version 7 today](https://github.com/getsentry/sentry-javascript/releases/tag/7.0.0) of their JS libraries. These include some breaking changes, primarily the migration to ES6 and the dropping of some exports such as the Severity enum....

Replace ``` "optionalDependencies": { "@nestjs/graphql": "^8.0.2 || ^9.0.4" } ``` by ``` "optionalDependencies": { "@nestjs/graphql": "^8.0.2 || ^9.0.4 || ^10.0.11" } ``` to allow user of nestjs/graphql to upgrade to...

If you kill the nestjs app forcefully some exceptions have to be flushed and logged successfully

The dependencies should be on dev dependencies. Why are they on peer anyway ``` "rimraf": "^3.0.2", ```

Sentry has Release health tracking that's performed by providing the release name in the Sentry.init config and monitoring sessions. According to their docs, session tracking in backend apps is done...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies