menu
helixworlds_snatcher_sdk package
documentation
utils/sentry_util.dart
SentryUtil
captureException method
captureException method
dark_mode
light_mode
captureException
method
void
captureException
(
Object
exception
)
Implementation
void captureException(Object exception) async { await Sentry.captureException(exception); }
helixworlds_snatcher_sdk package
documentation
utils/sentry_util
SentryUtil
captureException method
SentryUtil class