Skip to content

Replace user.others to user.data #1057

Description

@marandaneto

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions