getsentry / relay

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

fix(spans): Always count span usage #3719

Closed jjbayer closed 3 months ago

jjbayer commented 3 months ago

https://github.com/getsentry/relay/pull/3633 introduced separate feature flags for span extraction and span metrics, but this meant that there was no usage metric for spans that were extracted without common span metrics. We need the usage metric for accounting purposes.