Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
temporarily enable dt
  • Loading branch information
sourabh1007 committed Mar 27, 2023
commit eef1ff6f679e8beb9eb665ef90f52153a41aa362
5 changes: 1 addition & 4 deletions Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1020,10 +1020,7 @@ public override bool CanConvert(Type objectType)
#else
internal
#endif
bool IsDistributedTracingEnabled { get; set; }
#if PREVIEW
= true;
#endif
bool IsDistributedTracingEnabled { get; set; } = true;

}
}