enablePrintBreadcrumbs property
Enable this option if you want to record calls to print() as
breadcrumbs.
In a Flutter environment, this setting also toggles recording of debugPrint calls.
debugPrint calls are only recorded in release builds, though.
Implementation
bool enablePrintBreadcrumbs = true;