LaunchDarkly
Receive feature flag change notifications and log flag changes to correlate with incidents.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for LaunchDarkly.
Configure LaunchDarkly
Add the webhook URL in your LaunchDarkly settings.
Auto-Detected
Alert24 auto-detects LaunchDarkly payloads and maps them to incidents.
Step-by-Step Setup Instructions
LaunchDarkly Webhook Setup
x-ld-signature header)Example Webhook Payload
This is a sample payload that LaunchDarkly sends to Alert24 when an alert fires.
{
"_id": "ld-evt-12345",
"kind": "flag.updated",
"titleVerb": "updated the feature flag [enable-new-checkout] in [Production]",
"date": 1705312200000,
"member": {
"email": "dev@example.com"
},
"name": "enable-new-checkout",
"currentVersion": {
"key": "enable-new-checkout",
"on": true
},
"previousVersion": {
"key": "enable-new-checkout",
"on": false
}
}How Alert24 Maps LaunchDarkly Data
Status Field
kind
Message Field
titleVerb
Auto-Create Incidents
No
Auto-Resolve Incidents
No
Status Mapping
| Alert24 Status | LaunchDarkly Values |
|---|---|
| operational | flag.archived |
| degraded | flag.updated |
| down | flag.createdflag.deleted |
Track Feature Flag Changes
Track changes for incident correlation and AI root cause analysis
- 1Go to LaunchDarkly → Integrations → Add → Webhooks
- 2Set the URL to your Alert24 Changes Webhook URL
- 3Select events: flag.updated, flag.created
Feature flag toggles are logged as changes so you can correlate flag changes with incidents.
Changes are logged per service. Copy the Changes Webhook URL from your service page in Alert24. When an incident occurs, recent changes are surfaced automatically with AI-powered root cause analysis. Learn more →
Connect LaunchDarkly to Alert24 in minutes
Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.
More CI/CD & DevOps Integrations
GitHub
InboundLog pull request merges, pushes, and releases as changes for incident correlation.
GitHub Actions
InboundReceive workflow run notifications and log deployments as changes to correlate with incidents.
GitLab CI
InboundReceive pipeline notifications and log deployments as changes to correlate with incidents.
CircleCI
InboundReceive job notifications and log deployments as changes to correlate with incidents.
Terraform Cloud
InboundReceive run notifications and log infrastructure changes to correlate with incidents.
Jenkins
InboundReceive build notifications and log deployments as changes to correlate with incidents.