Skip to content

Commit

Permalink
Merge pull request #1238 from RodriSanchez1/fix/ExludeDomainsFromCorr…
Browse files Browse the repository at this point in the history
…elationHeaders

Exclude domains from correlation header
  • Loading branch information
RodriSanchez1 authored Jul 12, 2022
2 parents 0a3217d + 5f241a6 commit 77a666a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,17 @@ if (AZURE_INST_KEY) {
loggingLevelTelemetry: 2,
enableCorsCorrelation: true,
enableRequestHeaderTracking: true,
enableResponseHeaderTracking: true
enableResponseHeaderTracking: true,
correlationHeaderExcludedDomains: [
'*.google-analytics.com',
'globalsymbols.com',
'*.arasaac.org',
'mulberrysymbols.org',
'madaportal.org',
'*.doubleclick.net',
'pagead2.googlesyndication.com',
'eastus.tts.speech.microsoft.com'
]
}
});
appInsights.loadAppInsights();
Expand Down

0 comments on commit 77a666a

Please sign in to comment.