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
fix: Flask incorrect resource naming when error thrown in middleware (#3274) (#3284)
Before this change, if an error was thrown in the middleware, we would just get <method> <status_code> as the resource name. With this change, we get <method> <path> which means the error will be grouped with the rest of the endpoint's hits/errors.
Co-authored-by: Brett Langdon <[email protected]>
Co-authored-by: Kyle Verhoog <[email protected]>
(cherry picked from commit 706a1d3)
Co-authored-by: Zachary Groves <[email protected]>
Co-authored-by: Brett Langdon <[email protected]>
0 commit comments