Skip to content

Commit

Permalink
Add deprecation notice for disable_cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Nov 24, 2023
1 parent cb87e87 commit f029caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export interface PostHogConfig {
upgrade: boolean
disable_session_recording: boolean
disable_persistence: boolean
/** @deprecated - use `disable_persistence` instead */
disable_cookie: boolean
enable_recording_console_log?: boolean
secure_cookie: boolean
Expand Down

0 comments on commit f029caf

Please sign in to comment.