Platform:
Sentry Flutter Version 5.1.0
By default Flutter calls dumpErrorToConsole for every exceptions which it catches. If you go down the rabbit hole, you'll end up here. As you can see it calls print().
This results in pretty bad breadcrumbs because each stacktrace frame is written as a single breadcrumb.

This seems to be an issue on debug and release builds.