getsentry / relay

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

feat(event-schema): Look up data attributes in tags #3751

Closed jan-auer closed 3 months ago

jan-auer commented 3 months ago

SDKs send certain attributes in span.tags rather than span.data. To consolidate access and make all data accessible via a single key, this PR makes the getter implementation on spans fall back to tags if a key is not present on data.

Fixes #3748