enableDartSymbolication property
Enables Dart symbolication for stack traces in Flutter for Android and Cocoa.
If true, the SDK will attempt to symbolicate Dart stack traces when
Sentry.init is used instead of SentryFlutter.init
. This is useful
when native debug images are not available.
Automatically set to false
when using SentryFlutter.init
on a platform
with a native integration (e.g. Android, iOS, ...).
Implementation
bool enableDartSymbolication = true;