Skip to content

Conversation

rohitvinnakota-codecov
Copy link
Member

WIP: Allows the overwatch service to communicate with Sentry for billing, consent lookups, and config sync.
See more details here

This PR adds the endpoint with minimal functionality, and use cases will be added in follow up PRs.

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Sep 3, 2025
Copy link

codecov bot commented Sep 3, 2025

❌ 2 Tests Failed:

Tests completed Failed Passed Skipped
27559 2 27557 597
View the top 2 failed test(s) by shortest run time
tests.sentry.seer.endpoints.test_overwatch_rpc.TestOverwatchRpcEndpoint::test_unauthorized_request_returns_403
Stack Traces | 0.12s run time
#x1B[1m#x1B[.../seer/endpoints/test_overwatch_rpc.py#x1B[0m:99: in test_unauthorized_request_returns_403
    assert response.status_code == 403
#x1B[1m#x1B[31mE   assert 200 == 403#x1B[0m
#x1B[1m#x1B[31mE    +  where 200 = <Response status_code=200, "application/json">.status_code#x1B[0m
tests.sentry.seer.endpoints.test_overwatch_rpc.TestOverwatchRpcEndpoint::test_missing_args_returns_success
Stack Traces | 0.147s run time
#x1B[1m#x1B[.../seer/endpoints/test_overwatch_rpc.py#x1B[0m:86: in test_missing_args_returns_success
    assert response.status_code == 200
#x1B[1m#x1B[31mE   assert 500 == 200#x1B[0m
#x1B[1m#x1B[31mE    +  where 500 = <Response status_code=500, "application/json">.status_code#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 WIP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant