Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zarirhamza committed Feb 12, 2024
1 parent 9e11a86 commit f7eb872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/datadog/tracing/contrib/sinatra/tracer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def route_eval
_, path = env['sinatra.route'].split(' ', 2)
trace.set_tag(Tracing::Metadata::Ext::HTTP::TAG_ROUTE, path)
trace.set_tag(Tracing::Metadata::Ext::HTTP::TAG_ROUTE_PATH, env['SCRIPT_NAME'])
# binding.pry
super
end
end
Expand Down

0 comments on commit f7eb872

Please sign in to comment.