sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

`Scope#setExtra` should be `String, Object` instead of `String, String`

Open marandaneto opened this issue 3 years ago • 1 comments

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

marandaneto avatar May 10 '22 14:05 marandaneto

How would we change the code in sentry.c Java_io_sentry_android_ndk_NativeScope_nativeSetExtra?

adinauer avatar May 24 '22 13:05 adinauer