Skip to content

chore(webhooks): Open the floodgates for all issue types to get issue.created webhooks - #120768

Merged
Christinarlong merged 1 commit into
masterfrom
crl/expand-issue-types-to-all
Jul 28, 2026
Merged

chore(webhooks): Open the floodgates for all issue types to get issue.created webhooks#120768
Christinarlong merged 1 commit into
masterfrom
crl/expand-issue-types-to-all

Conversation

@Christinarlong

Copy link
Copy Markdown
Contributor

Open the gates!!!!! I believe when we first added this option, we were more conservative on the rollout of what issue types to send webhooks for.

This PR basically does the reverse and say unless specified send a webhook for said issue category

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label Jul 28, 2026
@Christinarlong
Christinarlong marked this pull request as ready for review July 28, 2026 18:57
@Christinarlong
Christinarlong requested review from a team as code owners July 28, 2026 18:57
# Which issue categories should we not send issue.created webhooks for
register(
"sentry-apps.expanded-webhook-categories",
"sentry-apps.unsupported-webhook-categories",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah good catch, yeah we can remove that now

@Christinarlong
Christinarlong merged commit 424ffb2 into master Jul 28, 2026
87 checks passed
@Christinarlong
Christinarlong deleted the crl/expand-issue-types-to-all branch July 28, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants