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 Rails serves public error pages for exceptions like RoutingError (404) or RecordNotFound (404), Sentry transaction traces incorrectly show http.response.status_code as 500 instead of the actual status code returned by Rails.