Manoel Aranda Neto

Results 1026 comments of Manoel Aranda Neto

> Would using `WidgetsBinding.instance.addPostFrameCallback` in `didPush` be able to approximate a measurement? @denrase and I played a bit with that, we also used it for app start, but it's a...

> After a closer look, it looks like the dart SDK is sending the `native` and `dart` exceptions in the opposite order than the specification says. > > Dart send:...

For Flutter web, this can be done by https://github.com/getsentry/symbolic/issues/807 on the server side.

> @buenaflor Removed `ServicesBinding.rootIsolateToken` check for now, since I'm not aware how to call static API that is not present in older flutter versions. Maybe @marandaneto has an idea? All...

> @marandaneto I checked and`RootIsolateToken.instance` was introduced to `flutter/engine` on 8. September 2022 as far as I can tell. I did not find any direct reference to it in release...

> RootIsolateToken.instance @denrase background isolates is Flutter >= [3.7](https://medium.com/flutter/whats-new-in-flutter-3-7-38cbea71133c) So in this case, either do not use this class/field and do not set the `blocked_main_thread` at all or bump the...

@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 a...

@vaind I read somewhere about min Dart 3 but I don't recall where exactly, it could be a docs issue so go ahead and try it out.

> from how many thumbs up will you start to consider its implementation? This is blocked by https://github.com/flutter/flutter/issues/117382

@sanalkv you can send images as attachments https://docs.sentry.io/platforms/flutter/enriching-events/attachments/ it's not part of the user feedback API but still possible. Also, there's the screenshots feature https://docs.sentry.io/platforms/flutter/enriching-events/screenshots/ which takes the SS automatically...