Skip to content

Commit

Permalink
Change to "DD_TRACE_DISABLED_ACTIVITY_SOURCES"
Browse files Browse the repository at this point in the history
  • Loading branch information
bouwkast committed Sep 5, 2024
1 parent b10dfb3 commit e958ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ internal static partial class ConfigurationKeys
/// Default is empty (all ActivitySources will be subscribed to by default).
/// Supports multiple values separated with commas.
/// </summary>
public const string DisabledActivitySources = "DD_DISABLED_ACTIVITY_SOURCES";
public const string DisabledActivitySources = "DD_TRACE_DISABLED_ACTIVITY_SOURCES";

/// <summary>
/// Configuration key for enabling or disabling default Analytics.
Expand Down

0 comments on commit e958ed5

Please sign in to comment.