posthog-js 1.158.2 → 1.159.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.
package/dist/module.d.ts CHANGED
@@ -1660,7 +1660,7 @@ declare class ConsentManager {
1660
1660
  }
1661
1661
 
1662
1662
  declare class ExceptionObserver {
1663
- private _endpoint;
1663
+ private _endpointSuffix;
1664
1664
  instance: PostHog;
1665
1665
  remoteEnabled: boolean | undefined;
1666
1666
  private originalOnUnhandledRejectionHandler;
@@ -1736,6 +1736,7 @@ declare class PostHog {
1736
1736
  _retryQueue?: RetryQueue;
1737
1737
  sessionRecording?: SessionRecording;
1738
1738
  webPerformance: DeprecatedWebPerformanceObserver;
1739
+ _initialPageviewCaptured: boolean;
1739
1740
  _triggered_notifs: any;
1740
1741
  compression?: Compression;
1741
1742
  __request_queue: QueuedRequestOptions[];
@@ -2384,6 +2385,7 @@ declare class PostHog {
2384
2385
  */
2385
2386
  clear_opt_in_out_capturing(): void;
2386
2387
  _is_bot(): boolean | undefined;
2388
+ _captureInitialPageview(): void;
2387
2389
  debug(debug?: boolean): void;
2388
2390
  }
2389
2391