lib/instana/config.rb in instana-1.193.6 vs lib/instana/config.rb in instana-1.195.0

- old
+ new

@@ -53,9 +53,12 @@ # # This sanitization step can be disabled by setting the following value to false. # ::Instana.config[:sanitize_sql] = false @config[:sanitize_sql] = true + # W3 Trace Context Support + @config[:w3_trace_correlation] = ENV.fetch('INSTANA_W3C_TRACE_CORRELATION', 'true').eql?('true') + @config[:action_controller] = { :enabled => true } @config[:action_view] = { :enabled => true } @config[:active_record] = { :enabled => true } @config[:dalli] = { :enabled => true } @config[:excon] = { :enabled => true }