diff options
author | Franz Geffke <m@f-a.nz> | 2024-05-10 15:23:24 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-05-10 15:23:24 +0100 |
commit | 3935cb927291f297508b325356c3c85f9d183e34 (patch) | |
tree | cc3768803345071ef38db8c1d163fbd2c443ec06 /px/packages/device.scm | |
parent | ca0d38b798f26d6b5c7c8a65e720e9dd616fe7b0 (diff) |
px: bcms: Add sentry
Diffstat (limited to 'px/packages/device.scm')
-rw-r--r-- | px/packages/device.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/px/packages/device.scm b/px/packages/device.scm index d990f93..f57c8e6 100644 --- a/px/packages/device.scm +++ b/px/packages/device.scm @@ -480,7 +480,8 @@ configuration file from commandline args and upload results to the server") ("python-requests" ,python-requests) ("python-bleak" ,python-bleak) ("python-dbus" ,python-dbus) - ("px-python-shared" ,px-python-shared))) + ("px-python-shared" ,px-python-shared) + ("python-sentry-sdk" ,python-sentry-sdk))) (home-page "https://www.pantherx.org/") (synopsis "Collect and submit detailed system info") (description |