Skip to content

Commit

Permalink
Exclude correlation headers on LX storage domains (#608)
Browse files Browse the repository at this point in the history
* Exclude correlation headers on LX storage domains

* Update Config.ts
  • Loading branch information
yuyez committed Apr 6, 2020
1 parent bc1abac commit a34f9e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Library/Config.ts
Expand Up @@ -79,7 +79,10 @@ class Config {
"*.core.windows.net",
"*.core.chinacloudapi.cn",
"*.core.cloudapi.de",
"*.core.usgovcloudapi.net"];
"*.core.usgovcloudapi.net",
"*.core.microsoft.scloud",
"*.core.eaglex.ic.gov"
];

this.setCorrelationId = (correlationId) => this.correlationId = correlationId;

Expand Down

0 comments on commit a34f9e2

Please sign in to comment.