alihippo
Results
1
issues of
alihippo
`appInsights: { instrumentationKey: process.env.APPINSIGHTS_INSTRUMENTATION_KEY || false, // your project's Instrumentation Key here serverConnectionString : process.env.APPINSIGHTS_CONNECTION_STRING || false, serverConfig:{ "enableSendLiveMetrics" : true, } },` this is my nuxt.config.js file, Despite I...