posthog-js 1.136.3 → 1.136.5

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.
@@ -6,10 +6,10 @@ export declare const RECORDING_MAX_EVENT_SIZE: number;
6
6
  export declare const RECORDING_BUFFER_TIMEOUT = 2000;
7
7
  export declare const SESSION_RECORDING_BATCH_KEY = "recordings";
8
8
  export declare class SessionRecording {
9
- private instance;
9
+ private readonly instance;
10
10
  private _endpoint;
11
11
  private flushBufferTimer?;
12
- private buffer?;
12
+ private buffer;
13
13
  private queuedRRWebEvents;
14
14
  private mutationRateLimiter?;
15
15
  private _captureStarted;
package/dist/module.d.ts CHANGED
@@ -919,10 +919,10 @@ declare global {
919
919
  }
920
920
 
921
921
  declare class SessionRecording {
922
- private instance;
922
+ private readonly instance;
923
923
  private _endpoint;
924
924
  private flushBufferTimer?;
925
- private buffer?;
925
+ private buffer;
926
926
  private queuedRRWebEvents;
927
927
  private mutationRateLimiter?;
928
928
  private _captureStarted;