Commit 19418236 authored by Nicolas Dular's avatar Nicolas Dular

Fix autoload issue for Gitlab::Metrics::RackMiddleware

parent ba5bedc5
......@@ -10,7 +10,7 @@ module Gitlab
# env - A Hash containing Rack environment details.
def call(env)
trans = WebTransaction.new(env)
trans = Gitlab::Metrics::WebTransaction.new(env)
begin
retval = trans.run { @app.call(env) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment