Skip to content

Commit

Permalink
Update KubernetesTelemetryInitializer.cs (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
basvdlouw authored Sep 18, 2023
1 parent c92ded4 commit 32bd066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void Initialize(ITelemetry telemetry)
}
else
{
_logger.LogTrace("Application Insights for Kubernetes telemetry initializer is used but the content has not ready yet.");
_logger.LogTrace("Application Insights for Kubernetes telemetry initializer is used but the content is not ready yet.");
}

telemetry.Context.GetInternalContext().SdkVersion = _sdkVersionUtils.CurrentSDKVersion;
Expand Down

0 comments on commit 32bd066

Please sign in to comment.