Skip to content

Compare

Probie and Sentry Seer

Sentry Seer is described from Sentry's public documentation as of September 2026. Probie is described from shipped behavior.

What Sentry Seer does

Seer is the AI debugging agent inside Sentry. It starts from an error or performance issue that Sentry has already captured, finds the root cause, and can open a pull request with a fix.

  • Root-cause analysis for issues Sentry already captured: exceptions, performance problems, and traces.
  • Autofix that writes a pull request against a connected GitHub repository.
  • Lives inside Sentry, so it uses the stack traces, breadcrumbs, and releases Sentry already has.
  • Priced as an add-on to a Sentry plan; Sentry publishes a list price of $20 per month plus usage on its pricing page.

Source: https://sentry.io/product/seer/

What Probie does

  • Passive session capture on web, Expo, and Swift: rage clicks, dead clicks, stuck loading, form friction, JavaScript and fetch errors.
  • Groups sessions that hit the same problem into one issue with the evidence attached.
  • Opens a pull request with a regression test for a person on your team to review.
  • Keeps a behavior baseline per route and flags the route if the friction returns after the merge.
  • Inspects any public website for free, without an account.

Side by side

Starting signal
Sentry Seer. An error, exception, or performance issue Sentry captured.Probie. User behavior: rage clicks, dead clicks, abandoned forms, stuck states. No exception needs to fire. Sentry issues can also be an input.
Where it runs
Sentry Seer. Inside the Sentry product, on the issue page.Probie. A separate dashboard connected to the repositories you choose through a GitHub App.
Output
Sentry Seer. A root-cause analysis and, with Autofix, a pull request.Probie. A pull request with a regression test and a Tests section, reviewed by an acceptance-criteria reviewer before it opens.
After the merge
Sentry Seer. Sentry keeps tracking the issue and its regressions.Probie. A behavior baseline per route flags the friction if it returns. Probie does not verify individual fixes after merge.
Platforms
Sentry Seer. Everything Sentry has an SDK for.Probie. Web via script tag, Expo and React Native, Swift for macOS and iOS.
Pricing
Sentry Seer. Add-on to a Sentry plan; see their pricing page for the current list price.Probie. Website inspection is free. The fix pipeline is in design-partner access, priced per team.

When each fits better

Pick Sentry Seer when You already run Sentry, your problems show up as exceptions, and you want fixes proposed on the issue page you already use.

Pick Probie when Your losses are silent: users give up on a form or a button and nothing throws. You want the pull request to arrive with the sessions that prove the problem.

Corrections: [email protected]. Other comparisons: Rollbar Resolve, PostHog, Flowsery.