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
I am skipping ActionController::Base and am using Metal instead. Is there support to use Bugsnag in this way? I was unable to get it to work while including the modules I want.
The text was updated successfully, but these errors were encountered:
Thanks for the report, @jstoup111. I don’t think the Rails magic would work out of the box this way, but there is probably a way to configure it like a vanilla Ruby integration. I’ll look into it and report back.
I haven't been able to test yet, but I was able to get it to stop failing. I had been importing the wrong modules.
include Bugsnag::Rails::ControllerMethods and it stopped giving me errors. I'll keep testing and see how it goes. Is there anything else that I'll need to include besides this (Rails 4).
I am skipping
ActionController::Base
and am usingMetal
instead. Is there support to use Bugsnag in this way? I was unable to get it to work while including the modules I want.The text was updated successfully, but these errors were encountered: