Skip to content

Commit ec9b572

Browse files
suejung-sentryJesse-Box
authored andcommitted
fix(prevent): Add overwatch forward debug logging (#103080)
Add feature flag for overwatch forwarding debug logging conditional
1 parent 3da0eec commit ec9b572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/options/defaults.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,8 @@
671671
register("codecov.forward-webhooks.regions", default=[], flags=FLAG_AUTOMATOR_MODIFIABLE)
672672
# if a region is in this list, it's safe to forward to overwatch
673673
register("overwatch.enabled-regions", default=[], flags=FLAG_AUTOMATOR_MODIFIABLE)
674+
# enable verbose debug logging for overwatch webhook forwarding
675+
register("overwatch.forward-webhooks.verbose", default=False, flags=FLAG_AUTOMATOR_MODIFIABLE)
674676

675677
# GitHub Integration
676678
register("github-app.id", default=0, flags=FLAG_AUTOMATOR_MODIFIABLE)

0 commit comments

Comments
 (0)