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 11const Gleap = window . Gleap ;
22
3- Gleap . preFillForm ( {
4- "description" : "This is a pre-fill test." ,
5- "userId" : "1233"
6- } ) ;
7-
83// Gleap.setFrameUrl("http://localhost:3000");
94// Gleap.setLanguage("en");
10- Gleap . initialize ( "DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc " ) ;
5+ Gleap . initialize ( "KProDXhMS0V3UUku2iNnrZ4XsBnAYzxt " ) ;
116
127Gleap . identify ( "user_19283" , {
138 name : "Franz Demoman" ,
149 email : "lukas@gleap.io" ,
10+ phone : "+436606210119" ,
1511 value : 199
1612} ) ;
1713
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export default class GleapSession {
1010 name : "" ,
1111 email : "" ,
1212 userId : "" ,
13+ phone : "" ,
1314 value : 0
1415 } ;
1516 ready = false ;
@@ -63,6 +64,7 @@ export default class GleapSession {
6364 type : null ,
6465 name : "" ,
6566 email : "" ,
67+ phone : "" ,
6668 value : 0 ,
6769 } ;
6870
You can’t perform that action at this time.
0 commit comments