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> 
@@ -967,7 +972,7 @@ internal static class DataStreamsMonitoring
967972            /// Configuration key for enabling legacy binary headers in Data Streams Monitoring. 
968973            /// false by default if DSM is in default state, true otherwise 
969974            /// </summary> 
970-               /// <see cref="TracerSettings.IsDataStreamsLegacyHeadersEnabled"/> 
975+             /// <see cref="TracerSettings.IsDataStreamsLegacyHeadersEnabled"/> 
971976            public  const  string  LegacyHeadersEnabled  =  "DD_DATA_STREAMS_LEGACY_HEADERS" ; 
972977        } 
973978    } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments