fix name issue

This commit is contained in:
Konstantin Haase 2015-01-14 14:07:44 +01:00
parent 690c598205
commit 73f55b8243

View File

@ -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