Facing error Multiple Sentry Session Replay instances are not supported #9434
Unanswered
Mayurp-tech
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@AbhiPrasad will you please help me in this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const replay = new Sentry.Replay({
maskAllText: false,
blockAllMedia: true,
networkDetailAllowUrls: [window.location.origin],
});
how to disable the replay when user logout so it wont give error when user login again without refresh
since error is Multiple Sentry Session Replay instances are not supported
Beta Was this translation helpful? Give feedback.
All reactions