Ivan Dlugos
Ivan Dlugos
> @vaind I meant to raise an issue only, I still have to discuss with folks if this is the way to go. The Android Gradle plugin, for example, was...
1. We may need to do this to enable profiling. Starting a profiler via a method channel is an async operation (even though the actual profiler startup call in objective-c/swift...
Looking at the wording in the [Dart 2.18 announcement](https://dart.dev/guides/whats-new#august-30-2022-218-release), it looks like it's just a documentation issue (and the availability of a generator), not that it didn't work with an...
I've evaluated this (in the experiment PR #1622) so let me summarize the findings. * both Cocoa SDK and JNI are usable in the versions available at the time of...
I'm currently looking into replay integration for Android and while it's not a hard requirement, it would greatly simplify things to use JNI instead of method channels because of the...
After working with (and around) jni/jnigen in the replay support PR #2011, I don't feel it's feasible to update to it at the moment. The issue is that we need...
Replay alpha version now available for Android in 8.6.0-alpha.2 - please share any and all feedback. To try out replay, you can set following options: ```dart await SentryFlutter.init( (options) {...
> I do not see any recordings showing up I suspect that's because of the error - it fails during frame creation so the previous frame gets repeated. I'll have...
> I am developing a chat app and I can see a ton of logs for obscuring data, including the bottom navigation which gets obscured on every scroll. (Although not...
> The only difference I could see is "Needs repaint" Yes, I can't see anything else either. I'm looking for some component that decides whether it's visible. Maybe the itself...