Skip to content

feat(uptime): Release the uptime group type #94827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

evanpurkhiser
Copy link
Member

This will allow us to remove the following feature flags

  • feature.organizations:issue-uptime-domain-failure-visible:
  • feature.organizations:issue-uptime-domain-failure-ingest:
  • feature.organizations:issue-uptime-domain-failure-post-process-group:

This will allow us to remove the following feature flags

 - feature.organizations:issue-uptime-domain-failure-visible:
 - feature.organizations:issue-uptime-domain-failure-ingest:
 - feature.organizations:issue-uptime-domain-failure-post-process-group:
@evanpurkhiser evanpurkhiser requested a review from a team as a code owner July 2, 2025 21:55
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 2, 2025
Copy link

codecov bot commented Jul 2, 2025

❌ 1 Tests Failed:

Tests completed Failed Passed Skipped
27172 1 27171 249
View the top 1 failed test(s) by shortest run time
tests.sentry.issues.test_grouptype.GroupRegistryTest::test_get_visible
Stack Traces | 1.21s run time
#x1B[1m#x1B[.../sentry/issues/test_grouptype.py#x1B[0m:177: in test_get_visible
    assert registry.get_visible(self.organization) == []
#x1B[1m#x1B[31mE   AssertionError: assert [<class 'sent...heckFailure'>] == []#x1B[0m
#x1B[1m#x1B[31mE     #x1B[0m
#x1B[1m#x1B[31mE     Left contains one more item: <class 'sentry.uptime.grouptype.UptimeDomainCheckFailure'>#x1B[0m
#x1B[1m#x1B[31mE     #x1B[0m
#x1B[1m#x1B[31mE     Full diff:#x1B[0m
#x1B[1m#x1B[31mE     - []#x1B[0m
#x1B[1m#x1B[31mE     + [#x1B[0m
#x1B[1m#x1B[31mE     +     <class 'sentry.uptime.grouptype.UptimeDomainCheckFailure'>,#x1B[0m
#x1B[1m#x1B[31mE     + ]#x1B[0m

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant