package.cjs.initializers.mixpanel.js.map Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neeto-commons-frontend Show documentation
Show all versions of neeto-commons-frontend Show documentation
A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.
{"version":3,"file":"mixpanel.js","names":["_mixpanelBrowser","_interopRequireDefault","require","initializeMixpanel","skip","_globalProps$user","_globalProps$organiza","analyticsId","concat","globalProps","user","email","organization","subdomain","mixpanelProjectToken","mixpanel","_globalProps$user2","_globalProps$user3","_globalProps$user4","_globalProps$user5","_globalProps$organiza2","init","people","set","$first_name","firstName","$last_name","lastName","$email","identify"],"sources":["../../../src/initializers/mixpanel.js"],"sourcesContent":["import mixpanel from \"mixpanel-browser\";\n\nexport default function initializeMixpanel(skip) {\n const analyticsId = `${globalProps.user?.email}-${globalProps.organization?.subdomain}`;\n\n if (globalProps.mixpanelProjectToken && !skip?.mixpanel) {\n mixpanel.init(globalProps.mixpanelProjectToken);\n mixpanel.people.set({\n $first_name: globalProps.user?.firstName,\n $last_name: globalProps.user?.lastName,\n $email: globalProps.user?.email,\n user: globalProps.user?.email,\n subdomain: globalProps.organization?.subdomain,\n });\n mixpanel.identify(analyticsId);\n } else {\n /*\n We need to initialize mixpanel with a bogus token in development and test environment to\n prevent mixpanel library from throwing an error when we use mixpanel.track() method in react components.\n */\n mixpanel.init(\"TEST_TOKEN\");\n }\n}\n"],"mappings":";;;;;;;AAAA,IAAAA,gBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAEe,SAASC,kBAAkBA,CAACC,IAAI,EAAE;EAAA,IAAAC,iBAAA,EAAAC,qBAAA;EAC/C,IAAMC,WAAW,MAAAC,MAAA,EAAAH,iBAAA,GAAMI,WAAW,CAACC,IAAI,cAAAL,iBAAA,uBAAhBA,iBAAA,CAAkBM,KAAK,OAAAH,MAAA,EAAAF,qBAAA,GAAIG,WAAW,CAACG,YAAY,cAAAN,qBAAA,uBAAxBA,qBAAA,CAA0BO,SAAS,CAAE;EAEvF,IAAIJ,WAAW,CAACK,oBAAoB,IAAI,EAACV,IAAI,aAAJA,IAAI,eAAJA,IAAI,CAAEW,QAAQ,GAAE;IAAA,IAAAC,kBAAA,EAAAC,kBAAA,EAAAC,kBAAA,EAAAC,kBAAA,EAAAC,sBAAA;IACvDL,2BAAQ,CAACM,IAAI,CAACZ,WAAW,CAACK,oBAAoB,CAAC;IAC/CC,2BAAQ,CAACO,MAAM,CAACC,GAAG,CAAC;MAClBC,WAAW,GAAAR,kBAAA,GAAEP,WAAW,CAACC,IAAI,cAAAM,kBAAA,uBAAhBA,kBAAA,CAAkBS,SAAS;MACxCC,UAAU,GAAAT,kBAAA,GAAER,WAAW,CAACC,IAAI,cAAAO,kBAAA,uBAAhBA,kBAAA,CAAkBU,QAAQ;MACtCC,MAAM,GAAAV,kBAAA,GAAET,WAAW,CAACC,IAAI,cAAAQ,kBAAA,uBAAhBA,kBAAA,CAAkBP,KAAK;MAC/BD,IAAI,GAAAS,kBAAA,GAAEV,WAAW,CAACC,IAAI,cAAAS,kBAAA,uBAAhBA,kBAAA,CAAkBR,KAAK;MAC7BE,SAAS,GAAAO,sBAAA,GAAEX,WAAW,CAACG,YAAY,cAAAQ,sBAAA,uBAAxBA,sBAAA,CAA0BP;IACvC,CAAC,CAAC;IACFE,2BAAQ,CAACc,QAAQ,CAACtB,WAAW,CAAC;EAChC,CAAC,MAAM;IACL;AACJ;AACA;AACA;IACIQ,2BAAQ,CAACM,IAAI,CAAC,YAAY,CAAC;EAC7B;AACF"}