Skip to content

Commit 3d987f8

Browse files
Luca ForstnerLms24
andauthored
Update platform-includes/getting-started-use/javascript.nestjs.mdx
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 798c170 commit 3d987f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-use/javascript.nestjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ export class ExampleExceptionFilter extends BaseExceptionFilter {
9696
```
9797

9898
By default, only unhandled exceptions that are not caught by an error filter are reported to Sentry.
99-
`HttpException`s also are not captured by default because they mostly act as control flow vehicles.
99+
`HttpException`s (including [derivatives](https://docs.nestjs.com/exception-filters#built-in-http-exceptions)) are also not captured by default because they mostly act as control flow vehicles.

0 commit comments

Comments
 (0)