mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 14:56:42 +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;
|
||||
}
|
||||
|
||||
reportSentryException(SENTRY_LEVEL_ERROR, "Exception occurred during main", "Exception-Type", "mac os message");
|
||||
|
||||
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user