File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ Gleap.preFillForm({
55 "userId" : "1233"
66} ) ;
77
8- Gleap . setApiUrl ( "http://localhost:9000 " ) ;
8+ // Gleap.setFrameUrl ("http://localhost:3000 ");
99// Gleap.setLanguage("en");
10- Gleap . initialize ( "ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV " ) ;
10+ Gleap . initialize ( "DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc " ) ;
1111
1212Gleap . identify ( "user_19283" , {
13- name : "Franz AB" ,
13+ name : "Franz AB"
1414} ) ;
1515
1616Gleap . attachCustomData ( {
Original file line number Diff line number Diff line change 11{
22 "name" : " gleap" ,
3- "version" : " 7.0.23 " ,
3+ "version" : " 7.0.24 " ,
44 "main" : " build/index.js" ,
55 "scripts" : {
66 "start" : " webpack serve" ,
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+ value : 0
1314 } ;
1415 ready = false ;
1516 onSessionReadyListener = [ ] ;
@@ -62,6 +63,7 @@ export default class GleapSession {
6263 type : null ,
6364 name : "" ,
6465 email : "" ,
66+ value : 0 ,
6567 } ;
6668
6769 // Start guest session.
You can’t perform that action at this time.
0 commit comments