fix(scoping): Pass X-Viewer-Context on supergroups list/get requests to Seer#110773
Merged
fix(scoping): Pass X-Viewer-Context on supergroups list/get requests to Seer#110773
Conversation
azulus
approved these changes
Mar 16, 2026
…quests to Seer Add `viewer_context` as a required param on `make_supergroups_list_request` and `make_supergroups_get_request`, and pass `SeerViewerContext` from both call sites. These were the only supergroups endpoints not sending the header, causing OrganizationScoped validation errors on the Seer side (SEER-7P5).
699e73a to
13a6bd6
Compare
3 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
viewer_contextparameter tomake_supergroups_list_requestandmake_supergroups_get_requestSeerViewerContext(organization_id, user_id)from the supergroups list and detail endpointsThese endpoints were the only supergroups call sites not sending the
X-Viewer-Contextheader to Seer, causingOrganizationScopedvalidation errors (SEER-7P5).Test plan
ActorContext set from X-Viewer-Contextwhen header is presentAgent transcript: https://claudescope.sentry.dev/share/-Im9fOrNO5oHm22L3mTaH_pN_j6rK5n_QkFSPygYm5E