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: