Skip to content

Commit

Permalink
feat(inbound-filters): Add health_check to known health checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cysp committed Jan 3, 2025
1 parent c563acb commit 517470a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ class InsightModules(Enum):
"*/health{/,}",
"*/healthy{/,}",
"*/healthz{/,}",
"*/health_check{/,}",
"*/_health{/,}",
r"*/\[_health\]{/,}",
"*/live{/,}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ config:
- '*/health{/,}'
- '*/healthy{/,}'
- '*/healthz{/,}'
- '*/health_check{/,}'
- '*/_health{/,}'
- '*/\[_health\]{/,}'
- '*/live{/,}'
Expand Down

0 comments on commit 517470a

Please sign in to comment.