Skip to content

Commit

Permalink
fix(nestjs): Wrong line highlighted in nest use section (#10868)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohrubec authored Jul 26, 2024
1 parent 763529c commit baf837d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class AppModule {}

By default, exceptions with status code 4xx are not sent to Sentry. If you still want to capture these exceptions, you can do so manually with `Sentry.captureException()`:

```javascript {11}
```javascript {9}
import { ArgumentsHost, BadRequestException, Catch } from '@nestjs/common';
import { BaseExceptionFilter } from '@nestjs/core';
import { ExampleException } from './example.exception';
Expand Down

0 comments on commit baf837d

Please sign in to comment.