{"version":3,"sources":["serviceWorker.js","partners.js"],"names":["unregister","navigator","serviceWorker","ready","then","registration","Sentry","dsn","process","hotjar","initialize","catch","error"],"mappings":"6IAYO,SAASA,IACV,kBAAmBC,WACrBA,UAAUC,cAAcC,MAAMC,MAAKC,IACjCA,EAAaL,YAAb,GAGL,CAlBD,iC,yHCAA,+CAKEM,IAAY,CAAEC,IAAKC,+DAInB,mCACGJ,MAAK,IAAiB,IAAhB,OAAEK,GAAa,EACpBA,EAAOC,WAAWF,UAAiC,EAAnD,IAEDG,OAAMC,IACLN,IAAwBM,EAAxB,IAINV,K","file":"static/js/partners.956e591f.4667a811.chunk.js","sourcesContent":["// This optional code is used to register a service worker.\n// register() is not called by default.\n\n// This lets the app load faster on subsequent visits in production, and gives\n// it offline capabilities. However, it also means that developers (and users)\n// will only see deployed updates on subsequent visits to a page, after all the\n// existing tabs open on the page have been closed, since previously cached\n// resources are updated in the background.\n\n// To learn more about the benefits of this model and instructions on how to\n// opt-in, read https://bit.ly/CRA-PWA\n\nexport function unregister() {\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.ready.then(registration => {\n registration.unregister();\n });\n }\n}\n","import * as Sentry from '@sentry/browser';\nimport './polyfills';\nimport * as serviceWorker from './serviceWorker';\n\nif (process.env.REACT_APP_SENTRY_DSN) {\n Sentry.init({ dsn: process.env.REACT_APP_SENTRY_DSN });\n}\n\nif (process.env.REACT_APP_HOTJAR_ID) {\n import(/* webpackChunkName: 'react-hotjar' */ 'react-hotjar')\n .then(({ hotjar }) => {\n hotjar.initialize(process.env.REACT_APP_HOTJAR_ID, 6);\n })\n .catch(error => {\n Sentry.captureException(error);\n });\n}\n\nserviceWorker.unregister();\n"],"sourceRoot":""}