Skip to content

Commit fe13def

Browse files
copilot feedback
1 parent e651664 commit fe13def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NETCORE/src/Microsoft.ApplicationInsights.WorkerService/ApplicationInsightsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public static IServiceCollection AddApplicationInsightsTelemetryWorkerService(th
9595
.WithApplicationInsights()
9696
.UseApplicationInsightsTelemetry();
9797

98-
AddTelemetryConfigAndClient(services, VersionUtils.ExtensionLabelShimAspNetCore + VersionUtils.GetVersion(typeof(ApplicationInsightsExtensions)));
98+
AddTelemetryConfigAndClient(services, VersionUtils.ExtensionLabelShimWorkerService + VersionUtils.GetVersion(typeof(ApplicationInsightsExtensions)));
9999
}
100100

101101
return services;

0 commit comments

Comments
 (0)