BlameTrail
IntegrationsAlert Ingestion

Debugging & Replay

Inspect alert deliveries and replay failed alerts for reprocessing.

Debugging & Replay

BlameTrail stores every alert delivery for inspection and replay. Use these tools to diagnose failed alerts and reprocess them after fixing the underlying issue.

Viewing deliveries

Go to Settings > Integrations > Alert Ingestion > Deliveries to see all incoming alert deliveries. Each delivery shows:

  • Statusreceived, processing, processed, failed, skipped, or confirmed
  • Provider — Which endpoint received the alert
  • Error message — Why the delivery failed (if applicable)
  • Timestamps — When the delivery was received and processed

Use the filters to narrow by status, provider, or service.

Inspecting a delivery

Click on any delivery to see its full details, including:

  • The raw payload as received from your alerting tool
  • Request headers
  • Processing attempt count
  • Replay history

Replaying a delivery

If a delivery failed due to a transient error or a bug that has since been fixed, you can replay it:

  1. Navigate to the delivery detail page
  2. Click Replay
  3. The delivery status resets to received and is re-enqueued for processing

Replay is available on Starter and Pro plans. Only organization owners and admins can replay deliveries.

Replay restrictions

  • Deliveries that are currently being processed (received or processing status) cannot be replayed
  • SNS subscription confirmations cannot be replayed
  • Each replay increments the replay counter for audit tracking
  • If the replay enqueue fails, the delivery is rolled back to its previous state

On this page