This commit is contained in:
problematicconsumer
2023-10-07 20:22:21 +03:30
parent e752461ad2
commit f1ebafd766
7 changed files with 41 additions and 29 deletions

View File

@@ -15,6 +15,8 @@ bool canSendEvent(dynamic throwable) {
UnexpectedFailure(:final error) => canSendEvent(error),
DioException _ => false,
SocketException _ => false,
HttpException _ => false,
HandshakeException _ => false,
ExpectedFailure _ => false,
ExpectedMeasuredFailure _ => false,
_ => true,