diff --git a/lib/utils/exception_handler.dart b/lib/utils/exception_handler.dart index 954d4f532..551abbd10 100644 --- a/lib/utils/exception_handler.dart +++ b/lib/utils/exception_handler.dart @@ -220,6 +220,12 @@ class ExceptionHandler { "NetworkImage._loadAsync", "SSLV3_ALERT_BAD_RECORD_MAC", "PlatformException(already_active, File picker is already active", + // SVG-related errors + "SvgParser", + "SVG parsing error", + "Invalid SVG", + "SVG format error", + "SvgPicture", // Temporary ignored, More context: Flutter secure storage reads the values as null some times // probably when the device was locked and then opened on Cake // this is solved by a restart of the app