Skip to content

Inconsistent tags between OS, can't filter by Android #1599

@maxkomarychev

Description

@maxkomarychev

Environment

How do you use Sentry?
Sentry SaaS (sentry.io)

Which SDK and version?
@sentry/react-native: 2.4.3.

Steps to Reproduce

const transaction = Sentry.startTransaction({ name: 'app.loader' })
const span = transaction.startChild({....})
...
span.finish()
transaction.finish()

Expected Result

I can filter my transactions using tag os.name

Actual Result

Available tags are inconsistent between platforms, more specifically:
os.name is only available with value iOS but not on android (screenshots attached)

Screen Shot 2021-06-11 at 21 23 41

Screen Shot 2021-06-11 at 21 24 29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions