You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry-kotlin-multiplatform/src/commonJvmMain/kotlin/io/sentry/kotlin/multiplatform/extensions/UserExtensions.jvm.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ internal fun User.toJvmUser() = JvmUser().apply {
9
9
username = scope.username
10
10
email = scope.email
11
11
ipAddress = scope.ipAddress
12
-
others= scope.other?.toMutableMap()
12
+
data= scope.other?.toMutableMap()
13
13
unknown = scope.unknown?.toMutableMap()
14
14
}
15
15
@@ -19,6 +19,6 @@ internal fun JvmUser.toKmpUser() = User().apply {
0 commit comments