ENGINEERING

Loom Bug Video Enriched with Sentry Errors into GitHub

An agent transcribes a Loom bug video, pulls matching Sentry errors and stack traces from the same timeframe.

CategoryEngineering
Enginepaperclip
Difficultyadvanced
Triggerevent
Steps6
Setup~25 min

How it runs

The automated pipeline, trigger to output.

  • TriggerNew Loom bug video sharedLoomLoom
  • ActionFetch transcript + timestampLoomLoom
  • ActionDerive repro + error signatures via LLMOpenAI
  • ActionQuery Sentry for matching errorsSentrySentry
  • LogicAssess confidence of error match
  • OutputOpen GitHub issue with repro + Sentry eventsGitHubGitHub

What it does

Fuses a human bug report with machine telemetry. The agent watches for a Loom bug video, extracts the repro steps and the time the user hit the issue, queries Sentry for errors that match the symptom and window, and opens a GitHub issue that pairs the user's reproduction steps with the actual stack traces and event counts.

When to use it

Use it when a Loom alone doesn't give engineers enough to debug and you want the corresponding exception data attached automatically. It turns a vague "this broke" video into a triaged issue backed by concrete error evidence.

How it works

  1. 1A new Loom bug video triggers the agent.
  2. 2The agent fetches the transcript and recording timestamp from Loom.
  3. 3An OpenAI reasoning step derives repro steps and likely error signatures.
  4. 4A Sentry action queries for matching errors within the recording's timeframe.
  5. 5A logic step weighs whether the Sentry hits are a confident match.
  6. 6The agent opens a GitHub issue combining repro steps, the Loom, and the linked Sentry events.

Set it up

What you configure once, before turning it on.

  1. 1
    Connect LoomVideo transcripts, libraries.
  2. 2
    Connect OpenAIModels, embeddings, files.
  3. 3
    Connect SentryErrors, performance, releases.
  4. 4
    Connect GitHubRepos, issues, pull requests, actions.
  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.