File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ const Gleap = window.Gleap;
2
2
3
3
Gleap . setFrameUrl ( "http://0.0.0.0:3001" ) ;
4
4
Gleap . setApiUrl ( "http://0.0.0.0:9000" ) ;
5
- Gleap . initialize ( "ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV " ) ;
5
+ Gleap . initialize ( "DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc " ) ;
6
6
//Gleap.setEnvironment("dev");
7
7
8
8
Gleap . attachCustomData ( {
@@ -31,15 +31,6 @@ Gleap.log("Test log err", "ERROR");
31
31
32
32
Gleap . trackEvent ( "Master Event" ) ;
33
33
34
- Gleap . identify ( "9292929292" , {
35
- name : "John Doe" ,
36
- email : "johaaan@doe.com" ,
37
- customData : {
38
- yyy : "xxx" ,
39
- penis : true
40
- }
41
- } ) ;
42
-
43
34
// Register custom action.
44
35
Gleap . registerCustomAction ( ( customAction ) => {
45
36
console . log ( "Custom action called:" ) ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const injectStyledCSS = (
80
80
right: ${ buttonX } px;
81
81
bottom: ${ 69 + buttonY } px;
82
82
width: calc(100% - 40px);
83
- max-width: 420px ;
83
+ max-width: 400px ;
84
84
position: fixed;
85
85
z-index: ${ zIndexBase + 31 } ;
86
86
visibility: visible;
You can’t perform that action at this time.
0 commit comments