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. (#17327)
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:
parent
3520c940ad
commit
bdb311e143
1 changed files with 1 additions and 2 deletions
3
.github/data/distros.yml
vendored
3
.github/data/distros.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue