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
Add public accessors for request pattern and method (#175)
These are very useful values to be able to access easily while processing requests. Let's make them public and reachable via the context.
error-filter: Propogate body read errors (#158)
If we fail to read the entire body, we should propogate that error.
This will allow us to stop emitting this I/O error to Sentry.