Skip to content

Commit

Permalink
Enabled posthog surveys (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
ingerbird authored Jul 31, 2024
1 parent 1cf5fe5 commit d1b0f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/posthog/PostHogProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const PostHogProvider = ({ children }: { children: React.ReactNode }) =>
opt_out_capturing_by_default: true,

disable_session_recording: true,
disable_surveys: true,
disable_surveys: false,
enable_recording_console_log: false,
})
}
Expand Down

0 comments on commit d1b0f22

Please sign in to comment.