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 c185b6f commit bb4b15eCopy full SHA for bb4b15e
index.d.ts
@@ -26,6 +26,7 @@ export namespace Gleap {
26
function enableShortcuts(enabled: boolean): void;
27
function enableReplays(enabled: boolean): void;
28
function setLanguage(language: string): void;
29
+ function clearIdentity(): void;
30
function identify(userId: string, customerData: {
31
name?: string;
32
email?: string;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gleap",
3
- "version": "6.4.3",
+ "version": "6.4.4",
4
"main": "build/index.js",
5
"scripts": {
6
"start": "webpack serve",
0 commit comments