Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gajim/common/app.py')
-rw-r--r--gajim/common/app.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/gajim/common/app.py b/gajim/common/app.py
index d0c694d23..82eb27f0c 100644
--- a/gajim/common/app.py
+++ b/gajim/common/app.py
@@ -287,7 +287,10 @@ def detect_dependencies() -> None:
try:
import sentry_sdk # noqa: F401
_dependencies['SENTRY_SDK'] = True
- except ImportError:
+ except Exception:
+ # Sentry has a lot of side effects on import
+ # make sure this optional dependency does not prevent
+ # Gajim from starting
pass
# Print results