-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instrument Rack middleware #159
Comments
If at all possible, find a way to track errors inside ActionDispatch::ShowExceptions and ActionDispatch::DebugExceptions, even if they're kind of private errors. Namely As suggested here: |
Review how we would want to do this in combination with #329 |
|
Related issue: #329 |
Closing in favor of #329 |
If there are Rack middlewares running before your requests we should instrument these so you can see how they influence performance.
Requests
The text was updated successfully, but these errors were encountered: