Closed marandaneto closed 2 years ago
https://develop.sentry.dev/sdk/event-payloads/user/
Sending a user that has none of these attributes and only custom attributes is valid, but not as useful.
Android: user.others iOS: user.data
user.others
user.data
Ideally, we'd align the name of the custom attribute across SDKs.
Add docs on where info is put in platform specific docs. Develop docs can say what we want to align on.
data is the way to go, and its done https://develop.sentry.dev/sdk/event-payloads/types/#user
data
https://develop.sentry.dev/sdk/event-payloads/user/
Android:
user.others
iOS:user.data
Ideally, we'd align the name of the custom attribute across SDKs.