refactor(sentry): standardize exceptions to prevent Sentry minification
This commit is contained in:
@@ -168,7 +168,7 @@ abstract class BaseController extends GetxController
|
||||
} else if (PlatformInfo.isMobile) {
|
||||
handleUrgentExceptionOnMobile(failure: failure, exception: exception);
|
||||
} else {
|
||||
throw NoSupportPlatformException();
|
||||
throw const NoSupportPlatformException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user