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.
Austin S. Hemmelgarn committed
Apr 9, 2024 at 09:27 UTC
bdb311e1435397ddceb98e47f9f05449e4c7677c
1 file changed
+1
-2
.github/data/distros.yml
+1
-2
@@ -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
@@ -282,7 +281,7 @@ include:
281
support_type: Core
282
notes: ''
283
eol_check: true
285
- bundle_sentry: false
284
+ bundle_sentry: true
285
env_prep: |
286
rm -f /etc/apt/apt.conf.d/docker && apt-get update
287
jsonc_removal: |