From f176174fcae33ecd53194d3f9e3e495928ff770b Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 29 Nov 2022 09:41:25 +0100 Subject: [PATCH] Other: Remove sentry test code --- internal/frontend/bridge-gui/bridge-gui/main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/frontend/bridge-gui/bridge-gui/main.cpp b/internal/frontend/bridge-gui/bridge-gui/main.cpp index 8b41dff9..bb882b8d 100644 --- a/internal/frontend/bridge-gui/bridge-gui/main.cpp +++ b/internal/frontend/bridge-gui/bridge-gui/main.cpp @@ -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,