Manoel Aranda Neto
Manoel Aranda Neto
ping @bruno-garcia
we can consider a sample that compiles with different RN versions, it's cheaper and faster than E2E test, it'd already help us out preventing the mentioned issue above.
> @bruno-garcia I got this error when I use `react-native-sentry`, I just cannot run my react-native-macos application. `The following build commands failed: CompileC Pods.build/Debug/RNSentry-macOS.build/Objects-normal/x86_64/RNSentry.o /node_modules/@sentry/react-native/ios/RNSentry.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in...
> Is there anyone looking at getting a RNW (windows) version implemented for native? > > Or any expected timeline for this? So far not, we've not prioritized this yet,...
We should do it to avoid issues when calling e.g. `captureException` in a tight loop, since it returns a Future and the throwable is not serializable, we cannot offload the...
Consider doing https://github.com/getsentry/sentry-dart/issues/536 as well
makes sense, since Flutter Apps don't crash if not on the Native layer, we could offload the heavy work on a different Isolate using `compute`, worth saying that every capture...
@ken-ng-esotec there's no difference, they behave exactly the same, the idea is that if you wanna have control of your own runZonedGuarded or not, execute more stuff within it or...
yep, please do it @ken-ng-esotec :)
We're planning on adding a disclaimer that explains the differences between them, which is if you want to run some code before initiating the Flutter SDK, errors won't be captured...