Clarity at the error layer.

Request-level context when production breaks — without a full APM suite.

Insider dashboard showing footprints, issues, request density, and latency for payment-api

The problem

Production breaks. Context gets lost.

When something fails in production, teams need the request that failed, the error that grouped with it, and the release it landed in — not a wall of unrelated dashboards.

One footprint per request. Similar errors become issues. Releases stay visible.

How it works

Three steps to clarity.

From signup to your first footprint — without the ceremony.

01

Create a project

Sign up, create an organization and project, copy your DSN.

02

Add the SDK

Install the Insider SDK for your language, initialize with your DSN, deploy.

03

See footprints

Requests beam to Insider; errors group into actionable issues.

Product

Clarity at the error layer — without forty tabs.

The pieces that matter when production breaks: the request, the issue, the release, and a path to notify the team.

Footprints

One request. One record.

See the path, status, timing, related logs, and the exception when something fails — tied to a single HTTP cycle.

  • Path, method, and status code
  • Response time and query count
  • Stack + request-scoped logs

Shape

1 → 1

request to footprint

Issues

Similar errors, one thread.

Group repeating failures into issues you can open, resolve, or ignore — including when a fixed error comes back.

  • Fingerprint grouping
  • Occurrence counts over time
  • Returned-issue detection

Workflow

Open · Resolve

Ignore when it is noise

Releases

See what changed between releases.

Compare two releases to separate brand-new failures from ones that came back and issues still open.

  • New in the bad release
  • Returned after a fix
  • Still open across both

Compare

New · Returned · Still open

Pro and Pro+

Alerts

Know when it appears or comes back.

Notify the team when issues are new or returned — in the product first, then out to the channels you connect.

  • In-app notifications
  • Email on every plan
  • Paid channels when you need them

Triggers

New · Returned

wired from project settings

Teams

Shared visibility, scoped access.

Invite teammates into the organization and project so debugging is not a private screenshot thread.

  • Organization membership
  • Project-level roles
  • Plan seats that match the team

Access

Org · Project

roles, not shared passwords

Reliability

If Insider is down, you stay up.

The SDK beams in the background and is designed so a bad day for Insider does not become a bad day for your app.

  • Background transport
  • Host app isolation
  • Privacy controls before data leaves

Guarantee

Never crash

the host application

Insider issue detail — stack, release, and request context together

SDK

One init. Beam from your app.

Language-agnostic contract — same DSN, same beam path. Prefer INSIDER_DSN in your environment.

  • Auto-capture HTTP request metadata
  • Framework hooks per language SDK
  • Configurable PII scrubbing
Python example
pip install "insider-python[django]"
import insider
from insider.integrations.django import DjangoIntegration
from insider.integrations.logging import LoggingIntegration

insider.init(
    dsn="https://<token>@theinsiderinc.com/<project>",
    environment="production",
    release="1.2.3",
    integrations=[DjangoIntegration(), LoggingIntegration()],
)

Integrations

Meet your team where work already happens.

When something breaks, the signal should land in the tools you already use — not only inside another dashboard.

Slack

Issue alerts to a channel via incoming webhook. Available on Pro and Pro+.

Email

Notify members when issues appear or regress. Extra recipients on paid plans.

GitHub

Suspect commits on release compare with a connected repo and PAT. Pro and Pro+.

Webhook

POST alert payloads to your own HTTPS endpoint. Available on Pro and Pro+.

Coming soon

Microsoft Teams

Route issue alerts into Teams channels alongside the rest of your incident chat.

Coming soon

WhatsApp

Push critical returned issues to on-call groups when email and Slack are not enough.

Coming soon

Jira

Open or link tickets from Insider issues so tracking stays in your existing backlog.

Start seeing what broke.

Create an account, add your DSN, and beam your first footprint.

Sign up