From ea94371d85f834f40a7751b8bcfb50f239f7da0b Mon Sep 17 00:00:00 2001 From: Karl-Emil Kjaer Bilstrup Date: Fri, 4 Aug 2023 11:32:13 +0200 Subject: [PATCH] updated app insights key --- src/appInsights.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/appInsights.ts b/src/appInsights.ts index e003fe070..cc421f112 100644 --- a/src/appInsights.ts +++ b/src/appInsights.ts @@ -16,7 +16,7 @@ const load = () => { const appInsights = new ApplicationInsights({ config: { connectionString: - 'InstrumentationKey=a475fa05-ab5e-4a01-82a0-0a1b58af45da;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/', + 'InstrumentationKey=9ff70ae9-1397-4b70-85f2-2d3e80a29113;IngestionEndpoint=https://northeurope-2.in.applicationinsights.azure.com/;LiveEndpoint=https://northeurope.livediagnostics.monitor.azure.com/', }, });