Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alimahboubi committed Feb 20, 2025
1 parent 80c4336 commit 1399dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Api/Trace/TracerProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public Tracer GetTracer(
#endif
string name,
string? version) =>
this.GetTracer(name, version);
this.GetTracer(name, version, null);

/// <summary>
/// Gets a tracer with given name, version and tags.
Expand Down

0 comments on commit 1399dbc

Please sign in to comment.