mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
feat: Remove PostHog event calls (#6915)
This commit is contained in:
@@ -78,6 +78,12 @@ declare global {
|
||||
reset?(resetDeviceId?: boolean): void;
|
||||
onFeatureFlags?(callback: (keys: string[], map: FeatureFlags) => void): void;
|
||||
reloadFeatureFlags?(): void;
|
||||
capture?(event: string, properties: IDataObject): void;
|
||||
register?(metadata: IDataObject): void;
|
||||
people?: {
|
||||
set?(metadata: IDataObject): void;
|
||||
};
|
||||
debug?(): void;
|
||||
};
|
||||
analytics?: {
|
||||
track(event: string, proeprties?: ITelemetryTrackProperties): void;
|
||||
|
||||
Reference in New Issue
Block a user