{"version":3,"sources":["App.js","reportWebVitals.js","index.js"],"names":["App","observer","_class","React","Component","render","_jsxs","Fragment","children","_jsx","ApplicationLocalization","this","props","localizationService","MrbApp","loaderRenderer","AppStartupLoader","process","reportWebVitals","onPerfEntry","Function","then","_ref","getCLS","getFID","getFCP","getLCP","getTTFB","configuration","applicationBootstrapper","run","rootStore","RootStore","rootLoader","document","getElementById","remove","ReactDOM","renderApplication","startApplication"],"mappings":"oRAqBeA,MAddC,mBAAQC,EAAT,cACkBC,IAAMC,UACpBC,SACI,OACIC,eAACH,IAAMI,SAAQ,CAAAC,SAAA,CACXC,cAACC,IAAuB,IAAKC,KAAKC,MAAOC,oBAAqBA,IAAoBL,SAC5EI,GAAUH,cAACK,IAAM,IAAKF,EAAOG,eAAgBA,IAAMN,cAACO,IAAgB,SAEzEC,SAIhBf,ECPcgB,MAZSC,IAClBA,GAAeA,aAAuBC,UACxC,gCAAqBC,MAAKC,IAAkD,IAAjD,OAAEC,EAAM,OAAEC,EAAM,OAAEC,EAAM,OAAEC,EAAM,QAAEC,GAASL,EACpEC,EAAOJ,GACPK,EAAOL,GACPM,EAAON,GACPO,EAAOP,GACPQ,EAAQR,O,UCwBd,WACI,MAAMS,EAAgBC,IAAwBC,IAAI,CAAC,gBAC7CC,EAAY,IAAIC,IAAUJ,GAE1BK,EAAaC,SAASC,eAAe,eACvCF,GACAA,EAAWG,SAMnB,SAA0Bd,GAAiB,IAAhB,UAAES,GAAWT,EACpCe,IAAShC,OAILI,cAACT,EAAG,CAAC+B,UAAWA,IAChBG,SAASC,eAAe,SAT5BG,CAAkB,CAAEP,cAaxBQ,GAKArB,M","file":"static/js/app.f216ceda.chunk.js","sourcesContent":["import React from \"react\";\r\nimport { observer } from \"mobx-react\";\r\nimport { MrbApp } from \"mrb/core\";\r\nimport { ApplicationLocalization, localizationService } from \"common/localization\";\r\nimport { AppStartupLoader } from \"common/components\";\r\nimport MobxReactFormDevTools from \"mobx-react-form-devtools\";\r\n\r\n@observer\r\nclass App extends React.Component {\r\n render() {\r\n return (\r\n \r\n \r\n {(props) => } />}\r\n \r\n {process.env.NODE_ENV === \"development\" && }\r\n \r\n );\r\n }\r\n}\r\n\r\nexport default App;\r\n","const reportWebVitals = onPerfEntry => {\r\n if (onPerfEntry && onPerfEntry instanceof Function) {\r\n import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {\r\n getCLS(onPerfEntry);\r\n getFID(onPerfEntry);\r\n getFCP(onPerfEntry);\r\n getLCP(onPerfEntry);\r\n getTTFB(onPerfEntry);\r\n });\r\n }\r\n};\r\n\r\nexport default reportWebVitals;\r\n","import React from \"react\";\r\nimport ReactDOM from \"react-dom\";\r\n\r\nimport \"baasic-react-bootstrap/node_modules/@ag-grid-community/core/dist/styles/ag-grid.css\";\r\nimport \"baasic-react-bootstrap/node_modules/@ag-grid-community/core/dist/styles/ag-theme-alpine.css\";\r\nimport \"themes/styles/postcss/app.css\";\r\nimport App from \"./App\";\r\nimport reportWebVitals from \"./reportWebVitals\";\r\nimport { applicationBootstrapper } from \"mrb/core\";\r\nimport { RootStore } from \"common/stores\";\r\n\r\n//import * as Sentry from \"@sentry/react\";\r\n\r\n// Sentry.init({\r\n// dsn: \"https://a84bb72a732e2379a47b69759f31fe3b@o4506970669711360.ingest.us.sentry.io/4506970672070656\",\r\n// integrations: [\r\n// Sentry.browserTracingIntegration(),\r\n// Sentry.replayIntegration({\r\n// maskAllText: false,\r\n// blockAllMedia: false,\r\n// }),\r\n// ],\r\n// // Performance Monitoring\r\n// tracesSampleRate: 1.0, // Capture 100% of the transactions\r\n// // Set 'tracePropagationTargets' to control for which URLs distributed tracing should be enabled\r\n// tracePropagationTargets: [\"https://portal.nakiradio.com\"],\r\n// // Session Replay\r\n// replaysSessionSampleRate: 0.1, // This sets the sample rate at 10%. You may want to change it to 100% while in development and then sample at a lower rate in production.\r\n// replaysOnErrorSampleRate: 1.0, // If you're not already sampling the entire session, change the sample rate to 100% when sampling sessions where errors occur.\r\n// });\r\n\r\nfunction startApplication() {\r\n const configuration = applicationBootstrapper.run([\"application\"]);\r\n const rootStore = new RootStore(configuration);\r\n\r\n const rootLoader = document.getElementById(\"root-loader\");\r\n if (rootLoader) {\r\n rootLoader.remove();\r\n }\r\n\r\n renderApplication({ rootStore });\r\n}\r\n\r\nfunction renderApplication({ rootStore }) {\r\n ReactDOM.render(\r\n // \r\n // \r\n // ,\r\n ,\r\n document.getElementById(\"root\")\r\n );\r\n}\r\n\r\nstartApplication();\r\n\r\n// If you want to start measuring performance in your app, pass a function\r\n// to log results (for example: reportWebVitals(console.log))\r\n// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals\r\nreportWebVitals();\r\n"],"sourceRoot":""}