Skip to content

Commit baf837d

Browse files
authored
fix(nestjs): Wrong line highlighted in nest use section (#10868)
1 parent 763529c commit baf837d

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
@@ -37,7 +37,7 @@ export class AppModule {}
3737

3838
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()`:
3939

40-
```javascript {11}
40+
```javascript {9}
4141
import { ArgumentsHost, BadRequestException, Catch } from '@nestjs/common';
4242
import { BaseExceptionFilter } from '@nestjs/core';
4343
import { ExampleException } from './example.exception';

0 commit comments

Comments
 (0)