@univerjs-pro/telemetry 0.6.9 → 0.6.10-alpha.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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/types/services/posthog.d.ts +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +8 -8
|
@@ -4,7 +4,7 @@ import { PostHog } from 'posthog-js';
|
|
|
4
4
|
export declare class PosthogTelemetryService extends Disposable implements ITelemetryService, IDisposable {
|
|
5
5
|
private _performanceRecords;
|
|
6
6
|
protected _posthog: PostHog | undefined;
|
|
7
|
-
constructor();
|
|
7
|
+
constructor(shouldInit?: boolean);
|
|
8
8
|
get posthog(): PostHog | undefined;
|
|
9
9
|
private _init;
|
|
10
10
|
debug(): void;
|