Philipp Hörist pushed to branch master at gajim / gajim


Commits:
94b1e456 by Philipp Hörist at 2026-01-20T22:29:22+01:00
imprv: ErrorReports: Add python version to reports

- - - - -


1 changed file:

- gajim/gtk/exception.py


Changes:

=====================================
gajim/gtk/exception.py
=====================================
@@ -13,6 +13,7 @@
 from typing import Any
 
 import json
+import platform
 import pprint
 import sys
 import threading
@@ -232,9 +233,10 @@ def _init_sentry(self, endpoint: str) -> None:
         sentry_sdk.set_context(
             "software",
             {
+                "python": platform.python_version(),
                 "python-nbxmpp": nbxmpp.__version__,
                 "GTK": get_gtk_version(),
-                "GObject": get_gobject_version(),
+                "PyGObject": get_gobject_version(),
                 "GLib": get_glib_version(),
                 "Adw": get_adw_version(),
                 "libsoup": get_soup_version(),



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/94b1e456d069fc5c7a0707933ab9f5ac8c06b206

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/94b1e456d069fc5c7a0707933ab9f5ac8c06b206
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to