Skip to content

Commit 36b7654

Browse files
Merge pull request #3238 from sachinbahukhandi-cometchat/patch-1
Update sentry.md
2 parents 3a36a06 + 7c81d1f commit 36b7654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: content/recipes/sentry.md

+2-2
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)
@@ -39,7 +39,7 @@ Sentry.init({
3939
});
4040
```
4141

42-
Update your `main.ts` file to import `instrument.js` before other imports:
42+
Update your `main.ts` file to import `instrument.ts` before other imports:
4343

4444
```typescript
4545
@@filename(main)

0 commit comments

Comments
 (0)