finalised copy changes as per gel review
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user