Skip to content

Commit 9a65275

Browse files
authored
disable recordings in posthog (#104)
1 parent 7c6e112 commit 9a65275

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/pages/phishing.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export function PhishingWarning() {
4545
persistence: 'localStorage',
4646
autocapture: false,
4747
capture_pageleave: false,
48+
disable_session_recording: true,
4849
});
4950

5051
Sentry.init({

src/pages/popup.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const Popup = () => {
3737
persistence: 'localStorage',
3838
autocapture: false,
3939
capture_pageleave: false,
40+
disable_session_recording: true,
4041
});
4142

4243
Sentry.init({

0 commit comments

Comments
 (0)