Skip to content

Commit 73dcbba

Browse files
Update sentry.md
the filename `intstrument.js` should be renamed to `instrument.ts`.
1 parent 3a36a06 commit 73dcbba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/sentry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ npm install --save @sentry/nestjs @sentry/profiling-node
1414
1515
#### Basic setup
1616

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:
17+
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:
1818

1919
```typescript
2020
@@filename(instrument)

0 commit comments

Comments
 (0)