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

Hello, I'm able to intercept exceptions using the example that exists in docs: ``` new SentryInterceptor({filters: [ { type: HttpException, filter: (exception: HttpException) => { return (500 > exception.getStatus()); },...

There are 3 high severity vulnerabilities in the dependencies of this project that need to be upgraded.

### Description: I discovered a problem with the request type of SentryInterceptorOptions as it is defined as a boolean type and did not allow me to specify the keys to...

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...

dependencies

Bumps [qs](https://github.com/ljharb/qs) and [formidable](https://github.com/node-formidable/formidable). These dependencies needed to be updated together. Updates `qs` from 6.9.3 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip...

dependencies

Version: `@ntegral/nestjs-sentry: 4.0.1` Usage: ```typescript SentryModule.forRootAsync({ useFactory: async ( config: ConfigService, ): Promise => { return { dsn: config.get('SENTRY_DSN'), debug: process.env.NODE_ENV !== 'production', environment: process.env.NODE_ENV, release: APP_VERSION, logLevels: ['error', 'warn'],...

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...

dependencies

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

In `8.x` of the Sentry SDK, we added official Nest.js support: https://docs.sentry.io/platforms/javascript/guides/nestjs/ If you have any suggestions for features, please reach out!