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,