ENGINEERING

Sync source-map verification status to a release-health dashboard

On each Sentry release-created event, it records artifact counts, symbolication probe results.

CategoryEngineering
Enginesim
Difficultyintermediate
Triggerwebhook
Steps6
Setup~15 min

How it runs

The automated pipeline, trigger to output.

  • TriggerSentry release-created webhookSentrySentry
  • ActionList artifacts and run symbolication probeSentrySentry
  • ActionLook up linked Vercel deployment by SHAVercelVercel
  • LogicCompute release-health verdict and reason
  • ActionUpsert row into Airtable release-health tableAirtableAirtable
  • OutputNotify channel when release is unhealthySlack

What it does

It builds a living record of source-map health across every release. Whenever Sentry registers a new release, it captures whether maps were uploaded, whether frames resolve, and which Vercel deploy it maps to, then writes a row to an Airtable dashboard the whole team can scan.

When to use it

Use it when you want visibility and trend data — not just alerts. Great for spotting which services or bundlers repeatedly ship without maps, and for proving release-health improvements over time.

How it works

  1. 1A Sentry release-created webhook fires with the release and version.
  2. 2The flow lists the release's artifacts and runs a symbolication probe in Sentry.
  3. 3It looks up the matching Vercel deployment by git SHA to link build metadata.
  4. 4A logic step computes a health verdict and reason from the gathered signals.
  5. 5It upserts a row into the Airtable release-health table with all fields.
  6. 6If the verdict is unhealthy, it posts a heads-up to Slack so someone follows up.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect SentryErrors, performance, releases.
  2. 2
    Connect VercelDeploys, runtime logs, analytics.
  3. 3
    Connect AirtableBases, tables, views, automations.
  4. 4
    Connect SlackChannels, DMs, threads, mentions.
  5. 5
    Set each agent's modelWe leave models unset so you pick the tier — fast + cheap, or top-quality.
  6. 6
    Tune it to your dataEdit the prompts, filters, and field mappings so it matches how your team works.
  7. 7
    Test, then turn it onRun once against a sample, confirm the output, then enable the trigger.

Run this workflow in your colony.

14-day trial. No DevOps. No Sales call. Provisioned in under a minute.