Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Manoel Aranda Neto <[email protected]>
  • Loading branch information
Phanatic and marandaneto authored Dec 20, 2024
1 parent 4dba3ff commit b8a9e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/posthog-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const defaultConfig = (): PostHogConfig => ({
disable_persistence: false,
disable_web_experiments: true, // disabled in beta.
disable_surveys: false,
disable_survey_partial_response: false,
disable_survey_partial_response: true,
enable_recording_console_log: undefined, // When undefined, it falls back to the server-side setting
secure_cookie: window?.location?.protocol === 'https:',
ip: true,
Expand Down

0 comments on commit b8a9e04

Please sign in to comment.