sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Create `User` and `Breadcrumb` data classes from a Map

Open kahest opened this issue 1 year ago • 0 comments

see https://github.com/getsentry/team-mobile/issues/59

Often Hybrid SDKs have to create data classes out of a Map, See:

https://github.com/getsentry/sentry-dart/blob/b8b9b7b2608c35e4a3f7340ae9d2f0e9c06d984f/flutter/android/src/main/kotlin/io/sentry/flutter/SentryFlutterPlugin.kt#L272-L286

Android and iOS expose extension methods for this, such as, use it in RN

kahest avatar Dec 13 '24 14:12 kahest