We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a36a06 commit 73dcbbaCopy full SHA for 73dcbba
content/recipes/sentry.md
@@ -14,7 +14,7 @@ $ npm install --save @sentry/nestjs @sentry/profiling-node
14
15
#### Basic setup
16
17
-To get started with Sentry, you'll need to create a file named `instrument.js` that should be imported before any other modules in your application:
+To get started with Sentry, you'll need to create a file named `instrument.ts` that should be imported before any other modules in your application:
18
19
```typescript
20
@@filename(instrument)
0 commit comments