Browse Source

Add an "environment" option to the Sentry monitoring hook (#1172).

Dan Helfman 1 week ago
parent
commit
181030c5d1
2 changed files with 2 additions and 1 deletions
  1. 1 0
      NEWS
  2. 1 1
      borgmatic/config/schema.yaml

+ 1 - 0
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".
 

+ 1 - 1
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: