Skip to content

Commit

Permalink
Fix documentation of DependencyTrackingTelemetryModule.IncludeDiagnos… (
Browse files Browse the repository at this point in the history
#2796)

* Fix documentation of DependencyTrackingTelemetryModule.IncludeDiagnosticSourceActivities

* Fix documentation of DependencyTrackingTelemetryModule.IncludeDiagnosticSourceActivities

* Update CHANGELOG.md

---------

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
  • Loading branch information
sorensenmatias and cijothomas authored Dec 7, 2023
1 parent 43825e0 commit c420e04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public class DependencyTrackingTelemetryModule : ITelemetryModule, IDisposable
public ICollection<string> ExcludeComponentCorrelationHttpHeadersOnDomains { get; } = new SanitizedHostList();

/// <summary>
/// Gets the list of diagnostic sources and activities to exclude from collection.
/// Gets the list of diagnostic sources and activities to include from collection.
/// </summary>
public ICollection<string> IncludeDiagnosticSourceActivities { get; } = new List<string>();

Expand Down

0 comments on commit c420e04

Please sign in to comment.