Skip to content

Commit

Permalink
feat: log coinflow exception (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio committed Sep 17, 2024
1 parent 80aed72 commit 840fc31
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import '../../../../../ui/loader.dart';
import '../../../../../ui/snackbar.dart';
import '../../../../../ui/theme.dart';
import '../../../../../ui/web_view_screen.dart';
import '../../../../../utils/errors.dart';
import '../../../../currency/models/amount.dart';
import '../../../../currency/models/currency.dart';
import '../../../../ramp_partner/models/ramp_partner.dart';
Expand Down Expand Up @@ -46,6 +47,7 @@ extension BuildContextExt on BuildContext {
}
}

reportError(exception);
showCpErrorSnackbar(this, message: l10n.tryAgainLater);

return;
Expand Down

0 comments on commit 840fc31

Please sign in to comment.