Stefano

Results 98 comments of Stefano

Totally agree. I was confused, too šŸ˜… we should add it to the troubleshoot in our docs, since the only place we wrote it is the [github repo](https://github.com/getsentry/sentry-dart/tree/main/flutter#usage), I think...

i think it still makes sense, to make the SDK simpler to use

Thinking more about it, if we don't create a zone, the user will be responsible to manually add `Sentry.captureException` in his own zone creation, right? So, the difference with now...

@ekuleshov You can run your own `runZonedGuarded` and call `WidgetsFlutterBinding.ensureInitialized()` The only thing is that when you init Sentry you don't have to pass the appRunner argument, instead run your...

any news on this? No rush, i'd just like to try floor instead of sqflite in my project, which runs on desktop and web

hi @rynkowsg thanks for the report, we'll look into it! Note that most of these are just calls to `file.exists()` or `file.mkDirs()`, so nothing actually slow. Definitely worth having another...

> StrictMode works best when the default state is zero issues Agree, that's something we should fix

hi @listvin Could you provide the full log of the gradle task? The `* What went wrong:` is just the last part of it Also, from what i understand, it's...

@listvin did you have the opportunity to get a better log from it?

closing this issue. If it is still relevant, feel free to reopen and add a comment