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)


Environment
How do you use Sentry?
Sentry SaaS (sentry.io)
Which SDK and version?
@sentry/react-native: 2.4.3.
Steps to Reproduce
Expected Result
I can filter my transactions using tag
os.nameActual Result
Available tags are inconsistent between platforms, more specifically:
os.nameis only available with valueiOSbut not on android (screenshots attached)