posthog-js 1.158.2 → 1.158.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.
@@ -2,7 +2,7 @@ import { PostHog } from '../../posthog-core';
2
2
  import { DecideResponse, Properties } from '../../types';
3
3
  export declare const BASE_ERROR_ENDPOINT = "/e/";
4
4
  export declare class ExceptionObserver {
5
- private _endpoint;
5
+ private _endpointSuffix;
6
6
  instance: PostHog;
7
7
  remoteEnabled: boolean | undefined;
8
8
  private originalOnUnhandledRejectionHandler;