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