getsentry / relay

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

fix(spans): Allow spans namespace for usage metric #3723

Closed jjbayer closed 3 months ago

jjbayer commented 3 months ago

https://github.com/getsentry/relay/pull/3719 enabled c:spans/usage@none for plans that do not extract other span metrics. We also need to allow the namespace otherwise they will be dropped with outcome filtered:disabled-namespace.

skip-changelog