getsentry / relay

Sentry event forwarding and ingestion service.
https://docs.sentry.io/product/relay/
Other
319 stars 92 forks source link

feat(spans): Correctly emit negative outcomes for rate limited transactions that have nested spans #3749

Closed iambriccardo closed 3 months ago

iambriccardo commented 3 months ago

This PR correctly emits negative outcomes for rate-limited transactions with nested spans by also emitting negative outcomes for the nested spans themselves.

Closes: https://github.com/getsentry/relay/issues/3705