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;
22
33Gleap . setFrameUrl ( "http://0.0.0.0:3001" ) ;
44Gleap . setApiUrl ( "http://0.0.0.0:9000" ) ;
5- Gleap . initialize ( "ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV " ) ;
5+ Gleap . initialize ( "DUPaIr7s689BBblcFI4pc5aBgYJTm7Sc " ) ;
66//Gleap.setEnvironment("dev");
77
88Gleap . attachCustomData ( {
@@ -31,15 +31,6 @@ Gleap.log("Test log err", "ERROR");
3131
3232Gleap . trackEvent ( "Master Event" ) ;
3333
34- Gleap . identify ( "9292929292" , {
35- name : "John Doe" ,
36- email : "johaaan@doe.com" ,
37- customData : {
38- yyy : "xxx" ,
39- penis : true
40- }
41- } ) ;
42-
4334// Register custom action.
4435Gleap . registerCustomAction ( ( customAction ) => {
4536 console . log ( "Custom action called:" ) ;
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ export const injectStyledCSS = (
8080 right: ${ buttonX } px;
8181 bottom: ${ 69 + buttonY } px;
8282 width: calc(100% - 40px);
83- max-width: 420px ;
83+ max-width: 400px ;
8484 position: fixed;
8585 z-index: ${ zIndexBase + 31 } ;
8686 visibility: visible;
You can’t perform that action at this time.
0 commit comments