Skip to content

Commit eef1ff6

Browse files
committed
temporarily enable dt
1 parent 1bdb811 commit eef1ff6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,10 +1020,7 @@ public override bool CanConvert(Type objectType)
10201020
#else
10211021
internal
10221022
#endif
1023-
bool IsDistributedTracingEnabled { get; set; }
1024-
#if PREVIEW
1025-
= true;
1026-
#endif
1023+
bool IsDistributedTracingEnabled { get; set; } = true;
10271024

10281025
}
10291026
}

0 commit comments

Comments
 (0)