We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a36a06 + 7c81d1f commit 36b7654Copy full SHA for 36b7654
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)
@@ -39,7 +39,7 @@ Sentry.init({
39
});
40
```
41
42
-Update your `main.ts` file to import `instrument.js` before other imports:
+Update your `main.ts` file to import `instrument.ts` before other imports:
43
44
45
@@filename(main)
0 commit comments