posthog-js 1.114.2 → 1.115.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.
@@ -25,6 +25,7 @@ export declare class SessionRecording {
25
25
  private _sampleRate;
26
26
  private _minimumDuration;
27
27
  private _fullSnapshotTimer?;
28
+ private _lastHref?;
28
29
  _forceAllowLocalhostNetworkCapture: boolean;
29
30
  get started(): boolean;
30
31
  private get sessionManager();
@@ -56,6 +57,7 @@ export declare class SessionRecording {
56
57
  private _scheduleFullSnapshot;
57
58
  private _gatherRRWebPlugins;
58
59
  onRRwebEmit(rawEvent: eventWithTime): void;
60
+ private _pageViewFallBack;
59
61
  private _processQueuedEvents;
60
62
  private _maskUrl;
61
63
  private clearBuffer;
package/dist/module.d.ts CHANGED
@@ -864,6 +864,7 @@ declare class SessionRecording {
864
864
  private _sampleRate;
865
865
  private _minimumDuration;
866
866
  private _fullSnapshotTimer?;
867
+ private _lastHref?;
867
868
  _forceAllowLocalhostNetworkCapture: boolean;
868
869
  get started(): boolean;
869
870
  private get sessionManager();
@@ -895,6 +896,7 @@ declare class SessionRecording {
895
896
  private _scheduleFullSnapshot;
896
897
  private _gatherRRWebPlugins;
897
898
  onRRwebEmit(rawEvent: eventWithTime): void;
899
+ private _pageViewFallBack;
898
900
  private _processQueuedEvents;
899
901
  private _maskUrl;
900
902
  private clearBuffer;