summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2024-04-09 09:27:08 -0400
committerGitHub <noreply@github.com>2024-04-09 09:27:08 -0400
commitbdb311e1435397ddceb98e47f9f05449e4c7677c (patch)
tree37fa77673637097fc87d78c233fae61279f3eb97 /.github
parent3520c940ad6211847939ec5892b120412d02a9f3 (diff)
Enable Sentry for Ubuntu and Debian native packages. (#17327)
Skip Debian 10 because it’s known to not work with this, and will be EOL in a few months anyway.
Diffstat (limited to '.github')
-rw-r--r--.github/data/distros.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/data/distros.yml b/.github/data/distros.yml
index 3e3b86429c..1c36ccfabc 100644
--- a/.github/data/distros.yml
+++ b/.github/data/distros.yml
@@ -155,7 +155,6 @@ include:
- <<: *debian
version: "11"
base_image: debian:bullseye
- bundle_sentry: false
packages:
<<: *debian_packages
repo_distro: debian/bullseye
@@ -282,7 +281,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: |