Skip to content

Commit cadbc74

Browse files
committed
update
1 parent 8fec5cd commit cadbc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/solarwinds_apm/sampling/sampler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def local_settings(params)
7777
# if context have sw-related value, it should be stored in context
7878
# named sw_xtraceoptions and sw_signature in header from propagator
7979
def request_headers(params)
80-
header, signature = obtain_traceoptions_signature(params[:parent_context])
80+
header, signature = obtain_traceoptions_headers_signature(params[:parent_context])
8181
@logger.debug { "[#{self.class}/#{__method__}] trace_options header: #{header.inspect}, signature: #{signature.inspect} from parent_context: #{params[:parent_context].inspect}" }
8282
{ 'X-Trace-Options' => header, 'X-Trace-Options-Signature' => signature }
8383
end

0 commit comments

Comments
 (0)