-
-
Notifications
You must be signed in to change notification settings - Fork 55
Align the default user-id
between the C# and native layers
#606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
API on cocoa added: getsentry/sentry-cocoa#1680 |
@marandaneto is there a way to get the default/built-in installation-id from Android? Now I wonder if we're using this as the Id on cocoa or it's a different one. Installation-Id we use for |
NDK events don't set the user id, so the Android layer does it, you can get it via |
SDKs usually have some default 'installation-id' as a User. When capturing from C# and Native those don't match.
Relates to: getsentry/sentry-cocoa#1554
The text was updated successfully, but these errors were encountered: