Possible conflict with other middleware gems #1181
Replies: 1 comment
-
Found the issue reported so will close this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use
NewRelic
,Lograge
andRollbar
(version 3.6.2, i.e. latest release) gems and have been seeing this exceptionundefined method 'params' for #<Hash:0x0055567e2d4900>
at Line 10 inlib/rollbar/middleware/rails/show_exceptions.rb
I am wondering that since
env
is actually aHash
if this line should be written asif exception.is_a?(ActionController::RoutingError) && env[key]
?Or am I misunderstanding something here?
Would appreciate the feedback thank you in advance :)
Beta Was this translation helpful? Give feedback.
All reactions