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(eap): Pass trace_item_type in RequestMeta for DeleteTraceItemsRequest RPC (#103784)
Another follow-up to #102808.
Fixes
[SENTRY-5DCB](https://sentry.sentry.io/issues/7049009648?project=1).
The `trace_item_type` field must be passed in both the
`TraceItemFilterWithType` and `RequestMeta` when issuing a
`DeleteTraceItemsRequest` RPC. Previously, we were including this only
in the `TraceItemFilterWithType`.
0 commit comments