diff --git a/lib/error_reporting.dart b/lib/error_reporting.dart index f02235e0..1efaef6b 100644 --- a/lib/error_reporting.dart +++ b/lib/error_reporting.dart @@ -120,7 +120,7 @@ void captureErrorBreadcrumb({ } Future captureSentryException( - Exception exception, + Object exception, StackTrace stackTrace, ) async { try {