Replies: 1 comment
-
Hmm, I have no idea why that hasn't happened, I agree exceptions absolutely should be caught by exception monitoring tools such as Sentry. I do recall sentry-rails gem having a Rack middleware, but exceptions from the Rodauth app should be bubbling up the middleware stack. Are you able to reproduce this behaviour in a fresh Rails application? |
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
-
I just noticed I had a bug for an edge-case in a custom Rodauth feature, raising the following exception in development:
But this exception has not been reported to Sentry in production, even if I know this happened to some users.
Is this expected? Do you have an idea why it was not properly catched by Sentry?
Beta Was this translation helpful? Give feedback.
All reactions