From 181030c5d1f4ca025df54a10ffeb9b7cd7ae2583 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Thu, 30 Oct 2025 15:39:49 -0700 Subject: [PATCH] Add an "environment" option to the Sentry monitoring hook (#1172). --- NEWS | 1 + borgmatic/config/schema.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d930ca96..108af603 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,7 @@ * #1169: Fix for a regression in the ZFS, LVM, and Btrfs hooks in which partial excludes of snapshot paths were ignored. * #1170: Fix for an inconsistent log level for Borg's last output line before exiting. + * #1172: Add an "environment" option to the Sentry monitoring hook. * Add a "rename" option to "extra_borg_options" to support passing arbitrary flags to "borg rename". diff --git a/borgmatic/config/schema.yaml b/borgmatic/config/schema.yaml index 8a9c7224..2fa06527 100644 --- a/borgmatic/config/schema.yaml +++ b/borgmatic/config/schema.yaml @@ -3025,7 +3025,7 @@ properties: environment: type: string description: | - Sentry monitor environment used in the call to sentry. If + Sentry monitor environment used in the call to Sentry. If not set, the Sentry default is used. example: production states: