docs(paperclip-ops): reflect direct Sentry->Paperclip integration#213
Merged
ohld merged 1 commit intoproductionfrom Apr 29, 2026
Merged
docs(paperclip-ops): reflect direct Sentry->Paperclip integration#213ohld merged 1 commit intoproductionfrom
ohld merged 1 commit intoproductionfrom
Conversation
Update the runbook's webhook section now that PR #212 deleted the proxy: - Webhook table: Sentry path is direct (signingMode=none); Coolify and Prefect rows removed (no longer wired) - Add 'How to test' end-to-end recipe with unique exception class - Add revert recipe (PATCH trigger back to bearer) - Fix QA Log Scan cron from '7 * * * *' to '7 */3 * * *' to match the live schedule (every 3h, not hourly)
Member
Author
|
STAFF ENGINEER REVIEW: APPROVED — pure docs PR (43 lines in docs/paperclip-ops-runbook.md). Accurately reflects post-#212 state: Sentry direct integration with signingMode=none, QA cron 7 */3 * * *, Coolify/Prefect rows correctly removed. PR #212 verified merged 09:46 UTC. No code, no SQL, no secrets. Skipped /codex (no code surface) and /cso (no sensitive surfaces). Queueing auto-merge. |
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
Follow-up to PR #212 (which deleted the webhook proxy). Updates
docs/paperclip-ops-runbook.mdto match the now-live direct Sentry→Paperclip path:signingMode=none; Coolify and Prefect rows removed (no longer wired).bearerif direct delivery breaks.7 * * * *(hourly); the live schedule is7 */3 * * *(every 3h).Pure docs — no code change.
Test plan
qa-alert/notify_qa_sync/ removed env vars in repo docs