Skip to content

Replace user.others to user.data #1057

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

Closed
marandaneto opened this issue Oct 10, 2022 · 0 comments
Closed

Replace user.others to user.data #1057

marandaneto opened this issue Oct 10, 2022 · 0 comments

Comments

@marandaneto
Copy link
Contributor

marandaneto commented Oct 10, 2022

Description

(user["extras"] as? Map<String, Any?>)?.let { extras ->
val others = mutableMapOf<String, String>()
for ((key, value) in extras.entries) {
if (value != null) {
others[key] = value.toString()
}
}
userInstance.others = others

https://github.com/getsentry/sentry-java/releases/tag/6.5.0-beta.2

Blocked till 6.5.0 is GA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

1 participant