nmiller45
nmiller45
I'm using from '@microsoft/applicationinsights-web' so not basic. My connectionString works without a problem in my .Net Core. The format is exactly what you have as your example.
I think I am narrowing down the issue. If I have this as a variable to use in a service: ``` private applicationInsight = new ApplicationInsights({ config: { connectionString: '',...
Is there any problem if I parse the connection string out and update the config with the connection string and instrumentation key?
That is basically what I'm doing and I tried your code but it still fails.
It seems to work with my approach if I populate both the connection string and instrumentation key.