@cryptotaxi247 / netdata-1 / commits / d7391b9f5

Enable sentry on all Debian and Ubuntu versions. (#17259)

* Enable sentry on all Debian and Ubuntu versions. * Rely on anchors to avoid explicitly setting keys

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