From 2494f3af8f22c37f8cf68909954b7b5c484b3790 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Fri, 1 May 2020 09:11:55 +0200 Subject: [PATCH] ErrorReporting: Not all Errors are exceptions --- lib/error_reporting.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {