posthog-js 1.93.1 → 1.93.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.d.ts CHANGED
@@ -183,6 +183,7 @@ interface PostHogConfig {
183
183
  upgrade: boolean;
184
184
  disable_session_recording: boolean;
185
185
  disable_persistence: boolean;
186
+ /** @deprecated - use `disable_persistence` instead */
186
187
  disable_cookie: boolean;
187
188
  enable_recording_console_log?: boolean;
188
189
  secure_cookie: boolean;
@@ -916,6 +917,8 @@ declare class SessionRecording {
916
917
  private _startCapture;
917
918
  private _isInteractiveEvent;
918
919
  private _updateWindowAndSessionIds;
920
+ private _tryRRwebMethod;
921
+ private _tryAddCustomEvent;
919
922
  private _tryTakeFullSnapshot;
920
923
  private _onScriptLoaded;
921
924
  onRRwebEmit(rawEvent: eventWithTime): void;