getsentry / getsentry/sentry-java
`Scope#setExtra` should be `String, Object` instead of `String, String`
Open
Android
Errors
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
### 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
Contributor guide
Assessment
This issue has not been assessed yet.