web
You’re offline. This is a read only version of the page.
close



 
Please don't hesitate to Leave us a comment
// excerpt of the config section of the JavaScript SDK snippet with correlation // between client-side AJAX and server requests enabled. cfg: { // Application Insights Configuration instrumentationKey: "6a40c7ae-d882-4be2-94cc-7479d1454bca" disableFetchTracking: false, enableCorsCorrelation: true, enableRequestHeaderTracking: true, enableResponseHeaderTracking: true, correlationHeaderExcludedDomains: ['myapp.azurewebsites.net', '*.queue.core.windows.net'] /* ...Other Configuration Options... */ }});