ErrorReporting: Not all Errors are exceptions

This commit is contained in:
Vishesh Handa
2020-05-01 09:11:55 +02:00
parent 9973408fe5
commit 2494f3af8f

View File

@ -120,7 +120,7 @@ void captureErrorBreadcrumb({
}
Future<void> captureSentryException(
Exception exception,
Object exception,
StackTrace stackTrace,
) async {
try {