mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-16 15:16:44 +00:00
Other: Remove sentry test code
This commit is contained in:
@ -307,9 +307,6 @@ int main(int argc, char *argv[])
|
|||||||
std::cerr << "Failed to initialize sentry" << std::endl;
|
std::cerr << "Failed to initialize sentry" << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
reportSentryException(SENTRY_LEVEL_ERROR, "Exception occurred during main", "Exception-Type", "mac os message");
|
|
||||||
|
|
||||||
|
|
||||||
auto sentryClose = qScopeGuard([]{sentry_close();});
|
auto sentryClose = qScopeGuard([]{sentry_close();});
|
||||||
|
|
||||||
// The application instance is needed to display system message boxes. As we may have to do it in the exception handler,
|
// The application instance is needed to display system message boxes. As we may have to do it in the exception handler,
|
||||||
|
|||||||
Reference in New Issue
Block a user