File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- ** fix(nestjs): Exception filters in main app module are not being executed (#13278 )**
18
18
19
19
With this release nestjs error monitoring is no longer automatically set up after adding the ` SentryModule ` to your
20
- application, which led to issues in certain scenarios. You will now have to either add the ` SentryGlobalFilter ` to your
21
- main module providers or decorate the ` catch() ` method in your existing global exception filters with the newly
22
- released ` @WithSentry() ` decorator. See the [ docs] ( https://docs.sentry.io/platforms/javascript/guides/nestjs/ ) for
20
+ application, which led to issues in certain scenarios. You will now have to either add the ` SentryGlobalFilter ` to
21
+ your main module providers or decorate the ` catch() ` method in your existing global exception filters with the newly
22
+ released ` @WithSentry() ` decorator. See the [ docs] ( https://docs.sentry.io/platforms/javascript/guides/nestjs/ ) for
23
23
more details.
24
24
25
25
### Other Changes
You can’t perform that action at this time.
0 commit comments