From c420e04562876791f27a61644760d7b7512832d9 Mon Sep 17 00:00:00 2001 From: sorensenmatias Date: Thu, 7 Dec 2023 17:16:03 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20documentation=20of=20DependencyTrackingTe?= =?UTF-8?q?lemetryModule.IncludeDiagnos=E2=80=A6=20(#2796)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix documentation of DependencyTrackingTelemetryModule.IncludeDiagnosticSourceActivities * Fix documentation of DependencyTrackingTelemetryModule.IncludeDiagnosticSourceActivities * Update CHANGELOG.md --------- Co-authored-by: Cijo Thomas --- .../DependencyCollector/DependencyTrackingTelemetryModule.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WEB/Src/DependencyCollector/DependencyCollector/DependencyTrackingTelemetryModule.cs b/WEB/Src/DependencyCollector/DependencyCollector/DependencyTrackingTelemetryModule.cs index ac8c983de3..12ce39323b 100644 --- a/WEB/Src/DependencyCollector/DependencyCollector/DependencyTrackingTelemetryModule.cs +++ b/WEB/Src/DependencyCollector/DependencyCollector/DependencyTrackingTelemetryModule.cs @@ -81,7 +81,7 @@ public class DependencyTrackingTelemetryModule : ITelemetryModule, IDisposable public ICollection ExcludeComponentCorrelationHttpHeadersOnDomains { get; } = new SanitizedHostList(); /// - /// Gets the list of diagnostic sources and activities to exclude from collection. + /// Gets the list of diagnostic sources and activities to include from collection. /// public ICollection IncludeDiagnosticSourceActivities { get; } = new List();