-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ref(aci): refactor get_incident_status_text to hoist FK Lookups take 2 (
#86138) take 2 of #85883 cause the previous one caused https://sentry.sentry.io/issues/6341309894/?referrer=github-pr-bot didn't handle the metric_value = None case - in this case we can't create text. its the same logic that exists here: https://github.com/getsentry/sentry/blob/8ca38bed54b706d5a1a289b07388053ca0684ed7/src/sentry/integrations/metric_alerts.py#L264 you can just take look at the diff of the last commit for the new changes 8ca38be
- Loading branch information
1 parent
a7dc47c
commit a578f2e
Showing
2 changed files
with
92 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters