do not use path info
This commit is contained in:
parent
5c6fe06dfd
commit
ada71f3eb1
|
@ -12,7 +12,7 @@ class Travis::Api::App
|
|||
after do
|
||||
instrumenter = ::Skylight::Instrumenter.instance
|
||||
trace = instrumenter.current_trace if instrumenter
|
||||
trace.endpoint = "#{request.request_method} #{endpoint || request.path_info}" if trace
|
||||
trace.endpoint = "#{request.request_method} #{endpoint || '???'}" if trace
|
||||
end
|
||||
|
||||
def endpoint
|
||||
|
|
Loading…
Reference in New Issue
Block a user