{"version":3,"file":"js/133.5746b857b33209ad5107.chunk.js","mappings":"6HAAA,IAAIA,EAAwC,SAAUC,EAASC,EAAYC,EAAGC,GAE1E,OAAO,IAAKD,IAAMA,EAAIE,WAAU,SAAUC,EAASC,GAC/C,SAASC,EAAUC,GAAS,IAAMC,EAAKN,EAAUO,KAAKF,GAAS,CAAE,MAAOG,GAAKL,EAAOK,EAAI,CAAE,CAC1F,SAASC,EAASJ,GAAS,IAAMC,EAAKN,EAAiB,MAAEK,GAAS,CAAE,MAAOG,GAAKL,EAAOK,EAAI,CAAE,CAC7F,SAASF,EAAKI,GAJlB,IAAeL,EAIaK,EAAOC,KAAOT,EAAQQ,EAAOL,QAJ1CA,EAIyDK,EAAOL,MAJhDA,aAAiBN,EAAIM,EAAQ,IAAIN,GAAE,SAAUG,GAAWA,EAAQG,EAAQ,KAIjBO,KAAKR,EAAWK,EAAW,CAC7GH,GAAMN,EAAYA,EAAUa,MAAMhB,EAASC,GAAc,KAAKS,OAClE,GACJ,EACA,MAAMO,EAAkB,IAAMlB,OAAU,OAAQ,OAAQ,GAAQ,YAC5D,GAAImB,OAAOC,SAASC,KAAKC,SAAS,aAC9B,OAEJ,IAAKH,OAAOI,2BAER,YADAC,QAAQC,MAAM,kDAIlB,MAEMC,EAAc,WAFC,+BAEUC,qBAAoB,CAC/CC,OAAQ,CACJC,iBAAkBV,OAAOI,8BAGjCG,EAAYI,kBACZJ,EAAYK,eAChB,IACO,SAASC,IACZC,oBAAoBf,EAAiB,CAAEgB,QAAS,KACpD,C","sources":["webpack:///./wwwroot/js/azure-monitoring.ts"],"sourcesContent":["var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nconst initAppInsights = () => __awaiter(void 0, void 0, void 0, function* () {\n if (window.location.host.includes('localhost')) {\n return;\n }\n if (!window.appInsightConnectionString) {\n console.error('Azure App Insights connection string not found');\n return;\n }\n // deferred import to avoid loading the module early\n const module = yield import(\n /* webpackChunkName: \"appinsights\" */ '@microsoft/applicationinsights-web');\n const appInsights = new module.ApplicationInsights({\n config: {\n connectionString: window.appInsightConnectionString,\n },\n });\n appInsights.loadAppInsights();\n appInsights.trackPageView();\n});\nexport function initAzureMonitoring() {\n requestIdleCallback(initAppInsights, { timeout: 3000 });\n}\n"],"names":["__awaiter","thisArg","_arguments","P","generator","Promise","resolve","reject","fulfilled","value","step","next","e","rejected","result","done","then","apply","initAppInsights","window","location","host","includes","appInsightConnectionString","console","error","appInsights","ApplicationInsights","config","connectionString","loadAppInsights","trackPageView","initAzureMonitoring","requestIdleCallback","timeout"],"sourceRoot":""}