feat(developer-settings): add webhook headers field to custom integrations#116732
Closed
sentry-junior[bot] wants to merge 2 commits into
Closed
feat(developer-settings): add webhook headers field to custom integrations#116732sentry-junior[bot] wants to merge 2 commits into
sentry-junior[bot] wants to merge 2 commits into
Conversation
…tions form Add a multiline textarea under Webhook URL in Integration Details for specifying custom HTTP headers sent with every webhook request. Each line takes the format 'Header-Name: value'. Follows the same pattern as Authorized JavaScript Origins (allowedOrigins) using convertMultilineFieldValue/extractMultilineFields for display and serialization. Note: backend support for webhookHeaders is a follow-up; this PR wires the frontend field and includes it in the save payload. Co-authored-by: Billy Vong <billy@sentry.io>
Contributor
Author
QA — Vercel Preview ✅Tested on preview deploy at What was checked
Findings
Screenshots available in the Sentry Slack thread. Ready to unblock once the backend PR lands. |
- Move webhookHeaders? to alphabetical position after owner? in SentryApp interface, satisfying typescript-sort-keys/interface eslint rule - Break long placeholder line (93 chars) to fit 90-char printWidth for oxfmt format hook Co-authored-by: Billy Vong <billy@sentry.io>
Member
|
Superseded by the stacked PRs that add the backend plus a rebuilt frontend:
Closing in favor of #117091. |
billyvg
added a commit
that referenced
this pull request
Jun 8, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 8, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 8, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 8, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 9, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 10, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 11, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 17, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 17, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 17, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 17, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 17, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 18, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 18, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
billyvg
added a commit
that referenced
this pull request
Jun 18, 2026
…tions Add a Webhook Headers textarea to the Integration Details form for internal and public custom integrations, directly below Webhook URL. Each line is a 'Header-Name: value' pair sent with every outgoing webhook request. Mirrors the allowedOrigins field exactly (convert/extract multiline helpers). Masked values returned by the API round-trip safely because the backend preserves the stored value for any entry resubmitted with the mask sentinel, so the form needs no special masking logic. Supersedes #116732, which split out this UI ahead of the backend. Co-Authored-By: Claude <noreply@anthropic.com>
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
Adds a Webhook Headers textarea field in Integration Details, directly below the Webhook URL field, for both internal and public custom integrations.
Each line in the textarea is a header sent alongside every webhook request, e.g.:
Notes
webhookHeaders(model field, serializer, API) is a follow-up PR per the frontend/backend split policy.allowedOriginsexactly).Action taken on behalf of Billy
View Session in Sentry