Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
fix(replay): Fix missing Sentry namespace when loading Replay (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg authored Aug 17, 2023
1 parent 8318088 commit 36440b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!isNodeEnv()) {
},
}),
new Sentry.BrowserProfilingIntegration(),
new Replay({
new Sentry.Replay({
// No PII here so lets get the texts
maskAllText: false,
blockAllMedia: false,
Expand Down

1 comment on commit 36440b7

@vercel
Copy link

@vercel vercel bot commented on 36440b7 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

develop – ./

develop-git-master.sentry.dev
develop.sentry.dev

Please sign in to comment.