@cryptotaxi247 / netdata-1 / commits / d67a2438e

Revert "Enable sentry on all Debian and Ubuntu versions." (#17279)

Revert "Enable sentry on all Debian and Ubuntu versions. (#17259)" This reverts commit d7391b9f5da764e1a2a6f8356793473b81069d5b.

Tasos Katsoulas committed Mar 27, 2024 at 20:45 UTC d67a2438eafc628d0eaf72cd327922cf8b5e3b3b
1 file changed +3 -1
.github/data/distros.yml
+3 -1
@@ -155,6 +155,7 @@ include:
155 - <<: *debian
156 version: "11"
157 base_image: debian:bullseye
158 + bundle_sentry: false
159 packages:
160 <<: *debian_packages
161 repo_distro: debian/bullseye
@@ -163,6 +164,7 @@ include:
164 - <<: *debian
165 version: "10"
166 base_image: debian:buster
167 + bundle_sentry: false
168 packages:
169 <<: *debian_packages
170 repo_distro: debian/buster
@@ -273,7 +275,7 @@ include:
275 support_type: Core
276 notes: ''
277 eol_check: true
276 - bundle_sentry: true
278 + bundle_sentry: false
279 env_prep: |
280 rm -f /etc/apt/apt.conf.d/docker && apt-get update
281 jsonc_removal: |