finalised copy changes as per gel review

This commit is contained in:
2024-10-31 09:48:38 +00:00
parent 0059c13966
commit 2612b5e743
12 changed files with 149 additions and 42 deletions
+3 -1
View File
@@ -9,7 +9,9 @@ import {
let reactPlugin = new ReactPlugin();
let appInsights = new ApplicationInsights({
config: {
connectionString: process.env.NEXT_PUBLIC_APP_INSIGHT,
connectionString:
process.env.APPLICATIONINSIGHTS_CONNECTIONSTRING ||
process.env.NEXT_PUBLIC_APP_INSIGHT,
enableAutoRouteTracking: true,
enableCorsCorrelation: true,
enableRequestHeaderTracking: true,