We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7aefd commit 3151261Copy full SHA for 3151261
index.d.ts
@@ -180,7 +180,7 @@ export function setEnabledAttachmentTypes(
180
export function identifyUserWithEmail(email: string, name: string): void;
181
export function identifyUser(email: string, name: string): void;
182
export function logOut(): void;
183
-export function logUserEventWithName(name: string, params?: any): void;
+export function logUserEventWithName(name: string): void;
184
export function logUserEvent(name: string): void;
185
export function logVerbose(message: string): void;
186
export function logInfo(message: string): void;
0 commit comments