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
When I configure rollbar with enable_rails_error_subscriber the details about the request is not sent. I can not see any data about this when viewing the error event. If I turn off enable_rails_error_subscriber the data is reported again.
I tested a little and with this modification I get the data again, not sure if this is the correct place to add it or if something more is missing.
The text was updated successfully, but these errors were encountered:
I've been seeing this problem too and, although I have applied a fix like @AlphonseSantoro (see above), which seemed to work when I tested it, I've just seen another error with no request info. 😞 Is there something missing from this fix? It's almost as if the request data is not available from the Rack environment...
When I configure rollbar with
enable_rails_error_subscriber
the details about the request is not sent. I can not see any data about this when viewing the error event. If I turn offenable_rails_error_subscriber
the data is reported again.I tested a little and with this modification I get the data again, not sure if this is the correct place to add it or if something more is missing.
The text was updated successfully, but these errors were encountered: