We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6e112 commit 9a65275Copy full SHA for 9a65275
src/pages/phishing.tsx
@@ -45,6 +45,7 @@ export function PhishingWarning() {
45
persistence: 'localStorage',
46
autocapture: false,
47
capture_pageleave: false,
48
+ disable_session_recording: true,
49
});
50
51
Sentry.init({
src/pages/popup.tsx
@@ -37,6 +37,7 @@ const Popup = () => {
37
38
39
40
41
42
43
0 commit comments