-
-
Notifications
You must be signed in to change notification settings - Fork 520
Closed
Labels
Description
Repository to test: https://github.com/mattrobenolt/sentry_test
When an exception occurs, we get two exceptions, one for the page itself, then one for the corresponding /500 route.
As noted by a user:
So it looks like that even new Rails app is affected. We think that it’s caused by catching exception in a raven rails integration first and then the second exception is caught by raven rack integration. It can be avoided by skipping rack integration entirely but we don’t want to do that. So I think that there should be some kind of mechanism to catch the exception only once and by only by one integration.