File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1010
1111- "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott
1212
13+ ## 8.27.0
14+
15+ ### Important Changes
16+
17+ - ** fix(nestjs): Exception filters in main app module are not being executed (#13278 )**
18+
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
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+ more details.
24+
25+ ### Other Changes
26+
27+ - feat: Add options for passing nonces to feedback integration (#13347 )
28+ - feat: Add support for SENTRY_SPOTLIGHT env var in Node (#13325 )
29+ - feat(deps): bump @prisma/instrumentation from 5.17.0 to 5.18.0 (#13327 )
30+ - feat(feedback): Improve error message for 403 errors (#13441 )
31+ - fix(deno): Don't rely on ` Deno.permissions.querySync ` (#13378 )
32+ - fix(replay): Ensure we publish replay CDN bundles (#13437 )
33+
1334Work in this release was contributed by @charpeni . Thank you for your contribution!
1435
1536## 8.26.0
You can’t perform that action at this time.
0 commit comments