Skip to content

Commit

Permalink
enable DT for everything
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabh1007 committed Mar 13, 2023
1 parent d41f099 commit cfc3415
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Microsoft.Azure.Cosmos/src/CosmosClientOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1015,15 +1015,7 @@ public override bool CanConvert(Type objectType)
/// The default value is true (for preview package).
/// </value>
/// <remarks>This flag is there to disable it from source. Please Refer https://opentelemetry.io/docs/instrumentation/net/exporters/ to know more about open telemetry exporters</remarks>
#if PREVIEW
public
#else
internal
#endif
bool IsDistributedTracingEnabled { get; set; }
#if PREVIEW
= true;
#endif
internal bool IsDistributedTracingEnabled { get; set; } = true;

}
}

0 comments on commit cfc3415

Please sign in to comment.