Skip to content

Commit 1d5b555

Browse files
committed
Add missing key for DD_TRACE_ACTIVITY_LISTENER
1 parent 93183f6 commit 1d5b555

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tracer/src/Datadog.Trace/Configuration/ConfigurationKeys.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ internal static partial class ConfigurationKeys
1717
// temporary so that ConfigurationKeys2 can resolve reference, all this is removed later
1818
public const string TraceLogPath = "DD_TRACE_LOG_PATH";
1919

20+
/// <summary>
21+
/// Configuration key to enable or disable the ActivityListener.
22+
/// </summary>
23+
public const string ActivityListenerEnabled = "DD_TRACE_ACTIVITY_LISTENER_ENABLED";
24+
2025
/// <summary>
2126
/// Configuration key to enable experimental features.
2227
/// </summary>

0 commit comments

Comments
 (0)