Source type
Sentry Source Configuration
Sentry sources receive internal integration webhooks for issues, alerts, comments, metric alerts, and organization events.
Sentry configuration
Create a Sentry source, keep POST and PUT and PATCH and DELETE enabled, and provide the configured Webhook Signing Secret values for provider signature. FastHook uses these settings to validate each Sentry delivery before it enters the routing workflow.
Source TypeSENTRY
Allowed methodsPOST, PUT, PATCH, DELETE
AuthenticationProvider signature
Credential fieldsWebhook Signing Secret
{
"type": "SENTRY",
"config": {
"auth_type": "PROVIDER_SIGNATURE",
"auth": {
"provider": "SENTRY",
"webhook_signing_secret": "provider-secret"
},
"allowed_http_methods": ["POST","PUT","PATCH","DELETE"]
}
}Sentry request contract
FastHook computes HMAC-SHA256 hex over the raw body and compares it with sentry-hook-signature.
Sentry headers
Preserve sentry-hook-signature when sending Sentry test deliveries. FastHook evaluates this request context before accepting the payload, so missing or modified values remain visible as rejected requests instead of routed events.
sentry-hook-signatureHMAC-SHA256 hex signature over the raw body.
Sentry setup
- Create a Sentry internal integration webhook with the FastHook Source URL.
- Paste the webhook signing secret into FastHook.
- Route by resource type, action, or project slug.