{"version":3,"file":"358-ec0c30432b490ee57497.js","mappings":"6JAGA,IAEIA,IAAAA,KAAeC,yBACfC,EAAAA,EAAAA,GAAoBF,IAIxB,CAAE,MAAOG,GACPC,QAAQC,KAAK,gCAAiCF,EAChD,CAEA,UAAeH,G,uBCPf,IAAIM,EAFJC,EAAQ,EASR,WAkBEC,SAASC,KAAKC,iBAAiB,SAjBdC,IACf,IACE,MAAMC,EAAYN,EAAoBK,EAAME,QACtCC,EAAQ,GACd,IAAIC,EAAiBH,EACrB,KAAOG,GAAgB,CACrB,IAAIC,EAA6C,mBAA/BD,EAAeE,aAA8BF,EAAeE,YAAYC,YACtFF,GACFF,EAAMK,KAAKH,GAEbD,EAAiBA,EAAeK,MAClC,CACAT,EAAMU,SAAWP,CACnB,CAAE,MAAOQ,GACPlB,QAAQD,MAAM,iKAChB,IAEgD,CAChDoB,SAAS,EACTC,SAAS,GAEb,EA5BA,MAAMC,EAFU,EAAQ,OAECC,mDACrBD,GAAUA,EAAOE,QAAUF,EAAOE,OAAO,GAC3CrB,EAAsBmB,EAAOE,OAAO,GAEpCvB,QAAQC,KAAK,2D","sources":["webpack://jonni-landing/./src/services/LogrocketService.ts","webpack://jonni-landing/./node_modules/logrocket-react/dist/index.js"],"sourcesContent":["import LogRocket from 'logrocket';\nimport setupLogRocketReact from 'logrocket-react';\n\ntry {\n if (process.env.GATSBY_LOGROCKET_API_KEY) {\n LogRocket.init(process.env.GATSBY_LOGROCKET_API_KEY);\n setupLogRocketReact(LogRocket);\n } else {\n console.warn('LogRocket API key not found');\n }\n} catch (error) {\n console.warn('Error initializing LogRocket:', error);\n}\n\nexport default LogRocket;\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.default = setupReact;\nvar _reactDom = require(\"react-dom\");\nlet getInstanceFromNode;\nconst secret = _reactDom.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;\nif (secret && secret.Events && secret.Events[0]) {\n getInstanceFromNode = secret.Events[0];\n} else {\n console.warn('logrocket-react does not work with this version of React');\n}\nfunction setupReact() {\n const listener = event => {\n try {\n const fiberNode = getInstanceFromNode(event.target);\n const names = [];\n let currentElement = fiberNode;\n while (currentElement) {\n var name = typeof currentElement.elementType === 'function' && currentElement.elementType.displayName;\n if (name) {\n names.push(name);\n }\n currentElement = currentElement.return;\n }\n event.__lrName = names;\n } catch (err) {\n console.error('logrocket-react caught an error while hooking into React. Please make sure you are using the correct version of logrocket-react for your version of react-dom.');\n }\n };\n document.body.addEventListener('click', listener, {\n capture: true,\n passive: true\n });\n}"],"names":["LogRocket","process","setupLogRocketReact","error","console","warn","getInstanceFromNode","exports","document","body","addEventListener","event","fiberNode","target","names","currentElement","name","elementType","displayName","push","return","__lrName","err","capture","passive","secret","__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED","Events"],"sourceRoot":""}