posthog-js 1.275.2 → 1.275.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.
@@ -4277,6 +4277,7 @@ declare class PostHog {
4277
4277
  * @param metricValue The value of the metric to capture.
4278
4278
  */
4279
4279
  captureTraceMetric(traceId: string | number, metricName: string, metricValue: string | number | boolean): void;
4280
+ private _checkLocalStorageForDebug;
4280
4281
  }
4281
4282
 
4282
4283
  declare const posthog: PostHog;