You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# It seems that there are cases in Rails functional tests where it bypasses the routing system and the `action_dispatch.route_uri_pattern` header not being set.
28
+
# Our Test suite executes the routing system so we are unable to recreate this error case.
# Extracts the span name and attributes from the payload
51
-
#
52
-
# @param payload [Hash] the payload passed from ActiveSupport::Notifications
53
-
# @return [Array<String, Hash>] the span name and attributes
54
-
defto_span_name_and_attributes(payload)
55
-
request=payload[:request]
56
-
# It seems that there are cases in Rails functional tests where it bypasses the routing system and the `action_dispatch.route_uri_pattern` header not being set.
57
-
# Our Test suite executes the routing system so we are unable to recreate this error case.
Copy file name to clipboardExpand all lines: instrumentation/action_pack/test/opentelemetry/instrumentation/action_pack/handlers/action_controller_test.rb
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -215,11 +215,12 @@
215
215
216
216
describe'when the application has exceptions_app configured'do
0 commit comments