Skip to content

Commit

Permalink
Update browser-other-changes.mdx (#10321)
Browse files Browse the repository at this point in the history
fix small replay typo
  • Loading branch information
sol-austin authored Jun 11, 2024
1 parent 90f8d3b commit 616bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/migration/javascript-v8/browser-other-changes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The `@sentry/replay` package is no longer required. Instead you can import the r
dsn: '___PUBLIC_DSN___',
integrations: [
- new Replay(),
+ new Sentry.replayIntegration(),
+ Sentry.replayIntegration(),
],
});
```
Expand Down

0 comments on commit 616bab5

Please sign in to comment.