Additional webhook information
- Dominant language
- Python
- Stars
- 44.8k
- Forks
- 4.9k
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 624
Description
### Problem Statement
I have a Sentry integration shipped to Google Cloud Functions. For some reason I sporadically get timeouts there. The volume has increased so much ,that the integration is getting disabled every now and then, because the 1000 timeouts per 24h is crossed. What I'm missing is:
1. A notification saying that the subscription to errors has stopped working.
2. Identification of what error has caused timeouts - only timestamp is available now:
### Solution Brainstorm
Ad 1. Send the notifications about the subscription being turned off via email
Ad 2. Add the Error ID (or Event ID) so I'm able to investigate and rerun the webhook locally. Maybe the event is particularly large, which takes a while to parse.
### Product Area
Settings - Integrations
Contributor guide
Assessment
This issue has not been assessed yet.