Skip to content

Commit

Permalink
Enable query string quantization by default
Browse files Browse the repository at this point in the history
This change is mandated by the unifying tag RFC.
  • Loading branch information
lloeki committed Sep 9, 2022
1 parent 9e17e13 commit 353e405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datadog/tracing/contrib/rack/configuration/settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class Settings < Contrib::Configuration::Settings
option :distributed_tracing, default: true
option :headers, default: DEFAULT_HEADERS
option :middleware_names, default: false
option :quantize, default: {}
option :quantize, default: { query: { show: :all } }
option :request_queuing, default: false

option :service_name
Expand Down

0 comments on commit 353e405

Please sign in to comment.