Commit 0e9ae87
authored
chore(integrations): drop Sentry->Paperclip webhook proxy (#212)
Paperclip v2026.416.0 ships signingMode='none', so Sentry can fire the QA
routine trigger directly. Removed the FastAPI proxy that existed only because
older Paperclip required Bearer auth on triggers.
- Delete src/integrations/paperclip.py (proxy router + notify_qa_sync helper)
- Remove paperclip_router mount from src/main.py
- Drop config keys WEBHOOK_PROXY_SECRET, SENTRY_CLIENT_SECRET,
PAPERCLIP_QA_TRIGGER_URL, PAPERCLIP_QA_TRIGGER_SECRET
- Simplify notify_telegram_on_failure: Prefect failures now surface via the
QA Log Scan 3h cron instead of an instant push (accepted: less code, slower
detection)
- Mark phase 3b done in docs/paperclip-native-migration.md
Verified end-to-end on prod: Sentry Internal Integration webhook URL
flipped to https://org.ffmemes.com/api/routine-triggers/public/<id>/fire,
new RuntimeError event reached Paperclip directly and created
routine_execution issue FFM-820 with raw Sentry payload.1 parent fc68abf commit 0e9ae87
6 files changed
Lines changed: 2 additions & 189 deletions
File tree
- docs
- src
- flows
- integrations
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 92 | + | |
96 | 93 | | |
97 | 94 | | |
98 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 55 | | |
61 | 56 | | |
62 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 34 | | |
44 | 35 | | |
45 | 36 | | |
| |||
Whitespace-only changes.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
0 commit comments