From f7d149b8aeaf4b3fffa0e152ea64347b68d35488 Mon Sep 17 00:00:00 2001 From: nicohrubec Date: Thu, 11 Jul 2024 12:15:13 +0200 Subject: [PATCH] . --- packages/nestjs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nestjs/README.md b/packages/nestjs/README.md index 9a0ee4fd693d..b9ac0c9371c2 100644 --- a/packages/nestjs/README.md +++ b/packages/nestjs/README.md @@ -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'; @@ -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/)