fix name issue
This commit is contained in:
parent
690c598205
commit
73f55b8243
|
@ -10,7 +10,7 @@ class Travis::Api::App
|
|||
use ::Skylight::Middleware
|
||||
|
||||
after do
|
||||
instrumenter = Skylight::Instrumenter.instance
|
||||
instrumenter = ::Skylight::Instrumenter.instance
|
||||
trace = instrumenter.current_trace if instrumenter
|
||||
trace.endpoint = endpoint if trace and endpoint
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user