File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
tracer/src/Datadog.Trace/Configuration Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ namespace Datadog.Trace.Configuration
1414 /// </summary>
1515 internal static partial class ConfigurationKeys
1616 {
17+ /// <summary>
18+ /// Configuration key to enable or disable the ActivityListener.
19+ /// </summary>
20+ public const string ActivityListenerEnabled = "DD_TRACE_ACTIVITY_LISTENER_ENABLED" ;
21+
1722 /// <summary>
1823 /// Configuration key to enable experimental features.
1924 /// </summary>
@@ -961,7 +966,7 @@ internal static class DataStreamsMonitoring
961966 /// Configuration key for enabling legacy binary headers in Data Streams Monitoring.
962967 /// false by default if DSM is in default state, true otherwise
963968 /// </summary>
964- /// <see cref="TracerSettings.IsDataStreamsLegacyHeadersEnabled"/>
969+ /// <see cref="TracerSettings.IsDataStreamsLegacyHeadersEnabled"/>
965970 public const string LegacyHeadersEnabled = "DD_DATA_STREAMS_LEGACY_HEADERS" ;
966971 }
967972 }
You can’t perform that action at this time.
0 commit comments