We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06d54f commit a31063cCopy full SHA for a31063c
tracer/src/Datadog.Trace/Configuration/ConfigurationKeys.cs
@@ -17,6 +17,11 @@ internal static partial class ConfigurationKeys
17
// temporary so that ConfigurationKeys2 can resolve reference, all this is removed later
18
public const string TraceLogPath = "DD_TRACE_LOG_PATH";
19
20
+ /// <summary>
21
+ /// Configuration key to enable or disable the ActivityListener.
22
+ /// </summary>
23
+ public const string ActivityListenerEnabled = "DD_TRACE_ACTIVITY_LISTENER_ENABLED";
24
+
25
/// <summary>
26
/// Configuration key to enable experimental features.
27
/// </summary>
0 commit comments