Skip to content

Commit 7c81d1f

Browse files
Update sentry.md to correct the file extension
Corrected the file extenstion, changed from instrument.js to instrument.ts
1 parent 73dcbba commit 7c81d1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/recipes/sentry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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)