File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
const Gleap = window . Gleap ;
2
2
3
- Gleap . preFillForm ( {
4
- "description" : "This is a pre-fill test." ,
5
- "userId" : "1233"
6
- } ) ;
7
-
8
3
// Gleap.setFrameUrl("http://localhost:3000");
9
4
// Gleap.setLanguage("en");
10
- Gleap . initialize ( "DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc " ) ;
5
+ Gleap . initialize ( "KProDXhMS0V3UUku2iNnrZ4XsBnAYzxt " ) ;
11
6
12
7
Gleap . identify ( "user_19283" , {
13
8
name : "Franz Demoman" ,
14
9
email : "lukas@gleap.io" ,
10
+ phone : "+436606210119" ,
15
11
value : 199
16
12
} ) ;
17
13
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export default class GleapSession {
10
10
name : "" ,
11
11
email : "" ,
12
12
userId : "" ,
13
+ phone : "" ,
13
14
value : 0
14
15
} ;
15
16
ready = false ;
@@ -63,6 +64,7 @@ export default class GleapSession {
63
64
type : null ,
64
65
name : "" ,
65
66
email : "" ,
67
+ phone : "" ,
66
68
value : 0 ,
67
69
} ;
68
70
You can’t perform that action at this time.
0 commit comments