Skip to content

Commit

Permalink
fix: prevent autocapture from capturing any text from elements
Browse files Browse the repository at this point in the history
Refs: SHELL-243
  • Loading branch information
CataldoMazzilli committed Sep 11, 2024
1 parent 7cd5d1d commit c5ba18a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/boot/posthog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const TrackerProvider = ({
person_profiles: 'identified_only',
opt_out_capturing_by_default: true,
disable_session_recording: true,
mask_all_text: true,
disable_surveys: true
}),
[]
Expand Down

0 comments on commit c5ba18a

Please sign in to comment.