File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -829,9 +829,9 @@ def default_otlp_host(host):
829829_settings .ml_insights_events .enabled = False
830830
831831_settings .distributed_tracing .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_ENABLED" , default = True )
832- _settings .distributed_tracing .drop_inprocess_spans .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_DROP_INPROCESS_SPANS_ENABLED" , default = True )
832+ _settings .distributed_tracing .drop_inprocess_spans .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_DROP_INPROCESS_SPANS_ENABLED" , default = False )
833833_settings .distributed_tracing .unique_spans .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_UNIQUE_SPANS_ENABLED" , default = False )
834- _settings .distributed_tracing .minimize_attributes .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_MINIMIZE_ATTRIBUTES_ENABLED" , default = True )
834+ _settings .distributed_tracing .minimize_attributes .enabled = _environ_as_bool ("NEW_RELIC_DISTRIBUTED_TRACING_MINIMIZE_ATTRIBUTES_ENABLED" , default = False )
835835_settings .distributed_tracing .exclude_newrelic_header = False
836836_settings .span_events .enabled = _environ_as_bool ("NEW_RELIC_SPAN_EVENTS_ENABLED" , default = True )
837837_settings .span_events .attributes .enabled = True
You can’t perform that action at this time.
0 commit comments