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 1717- ** fix(nestjs): Exception filters in main app module are not being executed (#13278 )**
1818
1919 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
2323 more details.
2424
2525### Other Changes
You can’t perform that action at this time.
0 commit comments