Skip to content

Commit d351450

Browse files
authored
Add more diagnostic headers to the default list (Azure#20671)
1 parent e1622c2 commit d351450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/core/Azure.Core/src/DiagnosticsOptions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ internal DiagnosticsOptions()
2323
ApplicationId = DefaultApplicationId;
2424
LoggedHeaderNames = new List<string>()
2525
{
26+
"x-ms-request-id",
2627
"x-ms-client-request-id",
2728
"x-ms-return-client-request-id",
2829
"traceparent",
30+
"MS-CV",
2931

3032
"Accept",
3133
"Cache-Control",

0 commit comments

Comments
 (0)