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
With the sentry middleware now gathering tags via the request/response extensions, we can remove the original API for this where Tags were passed around throughout extractors and ValidationErrors (to ultimately propagate them out to sentry). This should be a nice simplification/cleanup.
This removes the "Tags" struct from being passed around in various
calls. Instead the `sentry` mod pulls the `Tags` from the `extensions`
associated with either the request or response.
Closes#403
This removes the "Tags" struct from being passed around in various
calls. Instead the `sentry` mod pulls the `Tags` from the `extensions`
associated with either the request or response.
Closes#403
feat: remove Tags handoffs
This removes the "Tags" struct from being passed around in various
calls. Instead the `sentry` mod pulls the `Tags` from the `extensions`
associated with either the request or response.
Closes#403
Co-authored-by: Rachel Tublitz <[email protected]>
With the sentry middleware now gathering tags via the request/response extensions, we can remove the original API for this where Tags were passed around throughout extractors and ValidationErrors (to ultimately propagate them out to sentry). This should be a nice simplification/cleanup.
#372 (comment)
The text was updated successfully, but these errors were encountered: