I keep getting 404 errors from people posting bad links to my site content. I realized that BugSnag isn't telling me about it, so how do I configure BugSnag to report 404 errors or throw errors in my rails app when things 404? Also, want the 404 html pages to render without Bugsnag interfering.
I suggest reporting a custom 404 handled error to Bugsnag:
More information on Rails 404 errors found here.