getsentry / getsentry/sentry

Additional webhook information

Open
#57,261 7 comments 0 reactions 0 assignees View on GitHub
Feature Product Area: Settings - Integrations
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:
Screenshot 2023-10-02 at 9 50 15 AM

### 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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.