We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e1c3f4 commit 65d997cCopy full SHA for 65d997c
lib/rorvswild/plugin/rails_engine.rb
@@ -55,7 +55,7 @@ def self.setup(agent)
55
end
56
57
def call(env)
58
- execution = RorVsWild::Execution::Request.new(env["ORIGINAL_FULLPATH"])
+ execution = RorVsWild::Execution::Request.new(env["REQUEST_URI"])
59
execution.add_queue_time(calculate_queue_time(env))
60
RorVsWild.agent.start_execution(execution)
61
section = RorVsWild::Section.start
0 commit comments