chore: Update SDK
This commit is contained in:
parent
f1ebc81cf6
commit
153e333693
8 changed files with 29 additions and 32 deletions
|
|
@ -211,7 +211,7 @@ class MatrixState extends State<Matrix> with WidgetsBindingObserver {
|
|||
}
|
||||
}
|
||||
} catch (e, s) {
|
||||
client.onLoginStateChanged.sink.addError(e, s);
|
||||
client.onLoginStateChanged.addError(e, s);
|
||||
SentryController.captureException(e, s);
|
||||
rethrow;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue