Brandon Parker
Brandon Parker
+1 for this request
Hi, Thanks for the response. I've tested by taking the custom properties entirely out of the request being sent and am still getting an issue. Also the documentation located at...
Adding another piece if data here. In the console if I execute `window.appInsights.trackTrace({ message: "test" });` the message payload is an object instead of a string and I receive the...
I am using npm and using v2 of the interface. Here is my init code: ``` import { ApplicationInsights } from '@microsoft/applicationinsights-web'; const appInsights = new ApplicationInsights({ config: { autoTrackPageVisitTime:...
Thank you. I greatly appreciate it!
Thanks for the response. I've been investigating since your reply and I think you may be on to something. We _do_ inject a snippet in our views from the `Microsoft.ApplicationInsights.AspNetCore`...
Thanks for standing by. We've been in production with these changes for several days now and can confirm we are receiving all logging messages now vs before when it was...
We have also started to receive complaints from customers that they are unable to log into our product anymore. Login and register pages are protected by Recaptcha. I have been...
I was thrashing on this bug for several hours this morning and can confirm that once I wrapped the template contents in two additional divs the slides added as I...
I can confirm the same problem as reported exists for both standard and resource calendar views and the `viewClassNames` workaround does fix the issue.