Skip to content

Commit 9d7c483

Browse files
committed
meta: fix formatting
1 parent 89eab5b commit 9d7c483

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
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

0 commit comments

Comments
 (0)