Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicohrubec committed Jul 11, 2024
1 parent a116463 commit f7d149b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nestjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Note that it is necessary to initialize Sentry **before you import any package t
## Span Decorator

Use the @SentryTraced() decorator to gain additional performance insights for any function within your NestJS
application.
applications.

```js
import { Injectable } from '@nestjs/common';
Expand All @@ -58,4 +58,4 @@ export class ExampleService {

## Links

- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/nestjs/)
- [Official SDK Docs](https://docs.sentry.io/platforms/javascript/guides/nestjs/)

0 comments on commit f7d149b

Please sign in to comment.