Manoel Aranda Neto
Manoel Aranda Neto
Thanks @PaitoAnderson I'll check what's going on on Android.
> Thanks @PaitoAnderson I'll check what's going on on Android. https://github.com/getsentry/sentry-react-native/issues/2362#issuecomment-1193763553
similar to https://github.com/getsentry/sentry-react-native/issues/1407 RN and Desktop Support
@jennmueng just to confirm, we dont support macOS right
@roxk We do have the intention in the future if it gets enough traction, but it has not been prioritized yet. PR would be welcomed :) Context: https://github.com/microsoft/react-native-macos#readme
A workaround would be to continue a transaction from the Native layer, See [example](https://github.com/getsentry/sentry-dart/issues/721#issuecomment-1023125360).
A workaround is possible https://github.com/getsentry/sentry-dart/issues/721#issuecomment-1023125360 This is a Dart code snippet but I believe you can do something similar with the RN/JS SDK.
Maybe a different solution would be to wait for Single Span ingestion.
@ueman which platforms do you mean here? We do support offline caching for Android/iOS/macOS
I think we can definitely focus on Flutter first, but also watching out how popular Dart is getting for serverless and CLIs stuff.