Skip to content

Commit

Permalink
Enable sentry on all Debian and Ubuntu versions. (netdata#17259)
Browse files Browse the repository at this point in the history
* Enable sentry on all Debian and Ubuntu versions.

* Rely on anchors to avoid explicitly setting keys
  • Loading branch information
vkalintiris authored Mar 27, 2024
1 parent 00e01fb commit d7391b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/data/distros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ include:
- <<: *debian
version: "11"
base_image: debian:bullseye
bundle_sentry: false
packages:
<<: *debian_packages
repo_distro: debian/bullseye
Expand All @@ -164,7 +163,6 @@ include:
- <<: *debian
version: "10"
base_image: debian:buster
bundle_sentry: false
packages:
<<: *debian_packages
repo_distro: debian/buster
Expand Down Expand Up @@ -275,7 +273,7 @@ include:
support_type: Core
notes: ''
eol_check: true
bundle_sentry: false
bundle_sentry: true
env_prep: |
rm -f /etc/apt/apt.conf.d/docker && apt-get update
jsonc_removal: |
Expand Down

0 comments on commit d7391b9

Please sign in to comment.