posthog-js 1.311.0 → 1.312.0

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.
@@ -2838,7 +2838,11 @@ declare class PageViewManager {
2838
2838
  pathname: string | undefined;
2839
2839
  };
2840
2840
  _instance: PostHog;
2841
+ private _unsubscribeSessionId?;
2841
2842
  constructor(instance: PostHog);
2843
+ private _setupSessionRotationHandler;
2844
+ private _onSessionIdChange;
2845
+ destroy(): void;
2842
2846
  doPageView(timestamp: Date, pageViewId?: string): PageViewEventProperties;
2843
2847
  doPageLeave(timestamp: Date): PageViewEventProperties;
2844
2848
  doEvent(): PageViewEventProperties;