From bdb311e1435397ddceb98e47f9f05449e4c7677c Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 9 Apr 2024 09:27:08 -0400 Subject: Enable Sentry for Ubuntu and Debian native packages. (#17327) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Skip Debian 10 because it’s known to not work with this, and will be EOL in a few months anyway. --- .github/data/distros.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') 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: | -- cgit v1.2.3