0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-24 21:24:12 +00:00

Enable Sentry for Ubuntu and Debian native packages. ()

Skip Debian 10 because it’s known to not work with this, and will be EOL
in a few months anyway.
This commit is contained in:
Austin S. Hemmelgarn 2024-04-09 09:27:08 -04:00 committed by GitHub
parent 3520c940ad
commit bdb311e143
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |