Skip to content

Commit 65d997c

Browse files
committed
Fix request's path
1 parent 1e1c3f4 commit 65d997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rorvswild/plugin/rails_engine.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def self.setup(agent)
5555
end
5656

5757
def call(env)
58-
execution = RorVsWild::Execution::Request.new(env["ORIGINAL_FULLPATH"])
58+
execution = RorVsWild::Execution::Request.new(env["REQUEST_URI"])
5959
execution.add_queue_time(calculate_queue_time(env))
6060
RorVsWild.agent.start_execution(execution)
6161
section = RorVsWild::Section.start

0 commit comments

Comments
 (0)