captureException static method
Implementation
static Future<void> captureException(
dynamic exception, {
StackTrace? stackTrace,
}) async {
await Sentry.captureException(exception, stackTrace: stackTrace);
}
static Future<void> captureException(
dynamic exception, {
StackTrace? stackTrace,
}) async {
await Sentry.captureException(exception, stackTrace: stackTrace);
}