{"version":3,"sources":["index.tsx"],"names":["SentryClient","start","user","startApp","e","console","error","log","catch","async","ReactDOM","render","_jsxs","React","StrictMode","children","_jsx","BusySpinner","message","document","getElementById"],"mappings":"+HAAA,2EAQAA,IAAaC,OAAOC,IAChB,IACIC,GACJ,CAAE,MAAOC,GACLC,QAAQC,MAAM,6EACdD,QAAQE,IAAIH,EAChB,KAEHI,OAAMJ,IACHC,QAAQC,MAAM,6EACdD,QAAQE,IAAIH,EAAE,IAGlB,MAAMD,EAAWM,iBAEbC,IAASC,OACLC,eAACC,IAAMC,WAAU,CAAAC,SAAA,CACbC,cAAA,MAAAD,SAAI,iBACJC,cAAA,KAAAD,SAAG,qDAGHC,cAAA,OAAAD,SACIC,cAACC,IAAW,CAACC,QAAQ,sBAG7BC,SAASC,eAAe,QAEhC,C","file":"static/js/main.b32030d7.chunk.js","sourcesContent":["import React from 'react';\r\nimport ReactDOM from 'react-dom';\r\n\r\nimport { SentryClient } from \"msg-sentry-client-web\";\r\n\r\nimport './App.less';\r\nimport { BusySpinner } from \"msg-ui-react/dist/components/busy-spinner/BusySpinner\"\r\n\r\nSentryClient.start((user?: Oidc.User) => {\r\n try {\r\n startApp();\r\n } catch (e) {\r\n console.error(\"Unable to get client settings from server, try using development settings\");\r\n console.log(e);\r\n }\r\n})\r\n.catch(e => {\r\n console.error(\"Unable to get client settings from server, try using development settings\");\r\n console.log(e);\r\n});\r\n\r\nconst startApp = async function () {\r\n\r\n ReactDOM.render(\r\n \r\n

Place holder

\r\n

\r\n This is a placeholder for the new supervisor UI.\r\n

\r\n
\r\n \r\n
\r\n
,\r\n document.getElementById('root')\r\n );\r\n}"],"sourceRoot":""}