nest-raven icon indicating copy to clipboard operation
nest-raven copied to clipboard

Sentry Module for Nest.js Framework

Results 19 nest-raven issues
Sort by recently updated
recently updated
newest added

There are cases where one may want to send additional events to Sentry besides an exception--it's a pretty common pattern. However, right now, the scope is generated on-demand when an...

enhancement
help wanted
good first issue

Shipping `req` objects as part of error reports can lead to the leakage of secure information, including credentials. Sentry will strip "sensitive" keys in a project, but 1) users have...

enhancement
help wanted

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [socket.io-client](https://togithub.com/socketio/socket.io-client) | [`4.7.4` -> `4.7.5`](https://renovatebot.com/diffs/npm/socket.io-client/4.7.4/4.7.5) | [![age](https://developer.mend.io/api/mc/badges/age/npm/socket.io-client/4.7.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@biomejs/biome](https://biomejs.dev) ([source](https://togithub.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome)) | [`1.5.3` -> `1.6.1`](https://renovatebot.com/diffs/npm/@biomejs%2fbiome/1.5.3/1.6.1) |...

## What's Changed ### :rocket: Type: Feature * feat: use biomejs by @9renpoto in https://github.com/mentos1386/nest-raven/pull/650 ### Other Changes * chore(deps): update dependency lint-staged to v15.2.0 by @renovate in https://github.com/mentos1386/nest-raven/pull/639 *...

Hi and thank you for your library. I'm not an expert with NestJS, so I'm not sure how to resolve this issue: I would like to intercept the exceptions thrown...

enhancement
good first issue

Hello, my sentry implementation work fine except one situation. I am using on controller's routes Auth guard with custom strategy `@UseGuards(LocalAuthGuard)` LocalAuthGuard strategy is simple class (local.strategy.ts): ``` @Injectable() export...

bug

Currently the package's manifest says that it's compatible with _any_ version of `@sentry/node`. I think you could improve robustness of the package by defining the `@sentry/node` version as `8`. Or...

## What's Changed ### Other Changes * chore(deps): update dependency lint-staged to v15.2.5 by @renovate in https://github.com/mentos1386/nest-raven/pull/684 * chore(deps): update dependency ts-jest to v29.1.3 by @renovate in https://github.com/mentos1386/nest-raven/pull/685 * chore(deps):...