Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jul 18, 2023
1 parent 89a2808 commit 5376066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public static TBuilder ConfigureTelemetry<TBuilder>(this TBuilder builder, Telem
Guard.NotNull(builder);
Guard.NotNull(options);

builder.Validator(new(options, "The 'TelemetryOptions' are invalid."));
builder.Validator(new(options, $"The '{nameof(TelemetryOptions)}' are invalid."));
builder.DiagnosticSource = new ResilienceTelemetryDiagnosticSource(options);
builder.OnCreatingStrategy = strategies =>
{
Expand Down

0 comments on commit 5376066

Please sign in to comment.