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