sentry-java
sentry-java copied to clipboard
`Scope#setExtra` should be `String, Object` instead of `String, String`
Description
https://develop.sentry.dev/sdk/event-payloads/
The extra property is already a Map of String, Object, but the setter is not.
Came up by https://github.com/getsentry/sentry-dart/pull/858
How would we change the code in sentry.c Java_io_sentry_android_ndk_NativeScope_nativeSetExtra?