mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
feat(GODT-2446): Attach logs to sentry reports for relevant bridge-gui exceptions.
This commit is contained in:
@ -52,7 +52,7 @@ void EventStreamReader::run() {
|
||||
emit finished();
|
||||
}
|
||||
catch (Exception const &e) {
|
||||
reportSentryException(SENTRY_LEVEL_ERROR, "Error during event stream read", "Exception", e.what());
|
||||
reportSentryException("Error during event stream read", e);
|
||||
emit error(e.qwhat());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user