Skip to content

Commit d443895

Browse files
committed
pr feedback - rewrite subheadings
1 parent 3995e01 commit d443895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform-includes/getting-started-capture-errors/javascript.nestjs.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Additionally, `HttpException`s (including [derivatives](https://docs.nestjs.com/
33

44
To make sure Sentry captures all your app's errors, configure error handling based on how your application manages exceptions:
55

6-
### Using a Global Catch-All Exception Filter
6+
### Using a Custom Global Filter
77

88
If you have a global catch-all exception filter, add a `@SentryExceptionCaptured()` decorator to the filter's `catch()` method:
99

@@ -20,7 +20,7 @@ export class YourCatchAllExceptionFilter implements ExceptionFilter {
2020
}
2121
```
2222

23-
### Not Using a Global Catch-All Exception Filter
23+
### Not Using a Custom Global Filter
2424

2525
If you don't have a global catch-all exception filter, add the `SentryGlobalFilter` to the providers of your main module, **before** any other exception filters:
2626

0 commit comments

Comments
 (0)