We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fec5cd commit cadbc74Copy full SHA for cadbc74
lib/solarwinds_apm/sampling/sampler.rb
@@ -77,7 +77,7 @@ def local_settings(params)
77
# if context have sw-related value, it should be stored in context
78
# named sw_xtraceoptions and sw_signature in header from propagator
79
def request_headers(params)
80
- header, signature = obtain_traceoptions_signature(params[:parent_context])
+ header, signature = obtain_traceoptions_headers_signature(params[:parent_context])
81
@logger.debug { "[#{self.class}/#{__method__}] trace_options header: #{header.inspect}, signature: #{signature.inspect} from parent_context: #{params[:parent_context].inspect}" }
82
{ 'X-Trace-Options' => header, 'X-Trace-Options-Signature' => signature }
83
end
0 commit comments