mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-29 02:07:39 +08:00
ErrorReporting: Not all Errors are exceptions
This commit is contained in:
@ -120,7 +120,7 @@ void captureErrorBreadcrumb({
|
||||
}
|
||||
|
||||
Future<void> captureSentryException(
|
||||
Exception exception,
|
||||
Object exception,
|
||||
StackTrace stackTrace,
|
||||
) async {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user