Manoel Aranda Neto

Results 1021 comments of Manoel Aranda Neto

@t-kozak it is on the Dart and Flutter side of things, but we'll try to submit patches as suggested here https://github.com/getsentry/sentry-dart/issues/444#issuecomment-842169869

Related either for better Android or iOS support. https://github.com/dart-lang/sdk/issues/44325 https://github.com/dart-lang/sdk/issues/44350 https://github.com/dart-lang/sdk/issues/43274

Flutter PR https://github.com/flutter/flutter/pull/101586 and Dart PR https://github.com/dart-lang/sdk/pull/48767

@marlti7 if you are using RN < 0.60 you have to link it manually https://docs.sentry.io/platforms/react-native/#linking Does that help?

@marlti7 can you provide a Minimal reproducible example?

Closing the issue as a part of large repository cleanup, due to it being inactive and/or outdated. Please do not hesitate to ping me if it is still relevant, and...

we can either implement it natively or use a plugin like https://github.com/nusanet/flutter-native-screenshot dependencies are never a good idea though, so let's figure this out.

nice, we can add support only for flutter non-web then, but the idea is to add it automatically.

[Why the new architecture?](https://deploy-preview-3037--react-native.netlify.app/docs/next/the-new-architecture/why#old-architectures-issues) It uses `JSI` instead of the `Bridge` and [other improvements](https://deploy-preview-3037--react-native.netlify.app/docs/next/the-new-architecture/why#new-architectures-improvements). [TurboModules](https://reactnative.dev/docs/next/new-architecture-app-intro#ios-turbomodules-ensure-your-app-provides-an-rctcxxbridgedelegate): Ensure your App Provides an RCTCxxBridgeDelegate [Fabric is the new RN's rendering system](https://reactnative.dev/architecture/fabric-renderer). [Min Gradle...