Skip to content

Commit

Permalink
Change urls for exclude domain
Browse files Browse the repository at this point in the history
  • Loading branch information
RodriSanchez1 committed Jul 12, 2022
1 parent d5005b1 commit 5f241a6
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ if (AZURE_INST_KEY) {
enableResponseHeaderTracking: true,
correlationHeaderExcludedDomains: [
'*.google-analytics.com',
'*.globalsymbols.com',
'*.api.arasaac.org',
'*.stats.g.doubleclick.net',
'*.pagead2.googlesyndication.com',
'*.eastus.tts.speech.microsoft.com'
'globalsymbols.com',
'*.arasaac.org',
'mulberrysymbols.org',
'madaportal.org',
'*.doubleclick.net',
'pagead2.googlesyndication.com',
'eastus.tts.speech.microsoft.com'
]
}
});
Expand Down

0 comments on commit 5f241a6

Please sign in to comment.