feat(seer-infra-telemetry): Add PUT reauthenticate to monitoring provider endpoint#118577
Merged
Merged
Conversation
wedamija
approved these changes
Jun 26, 2026
srest2021
added a commit
that referenced
this pull request
Jun 29, 2026
…lorer (#118592) Fixes CW-1546 Depends on #118577, getsentry/seer#7133, #118616 Render a reconnect block, reauthenticate, and resume the Explorer run when a connected monitoring provider's refresh fails mid-run. Datadog PAT reconnects in-place via the modal and auto-resumes the run. OAuth providers do a full-window redirect and (for now) need the explicit Resume button on return, a stopgap until [CW-1557](https://linear.app/getsentry/issue/CW-1557/handle-redirect-on-oauth-completion) redirects back into the Explorer and resumes automatically. Expired at the beginning of the run: https://github.com/user-attachments/assets/c66e8c64-0609-4194-ac52-c9ed2553971d Expired in the middle of the run: https://github.com/user-attachments/assets/90a5784e-2b49-4ef3-af54-3abf9e27bf9e
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.
Adds
PUTto the monitoring provider details endpoint to re-authenticate an existing connection. Looks up the user's existing connection for the provider and reuses its storedsite.Why: the Seer Explorer can pause mid-run when a monitoring provider requires reauth (refresh token or PAT expired). For providers like Datadog that require site selection, the backend reuses the existing site stored in the identity, and user doesn't need to pick a site from the dropdown. Followup: #118592