Everything your team needs at the error layer.

From the request that failed to the issue your team owns — Insider keeps the story in one place. Observability designed for engineering teams.

Insider product dashboard — footprints, issues, and latency overview
hub

Organizations & projects

Create an organization for your team. Add projects for each service. Each project gets a DSN your SDK uses to beam footprints.

org-acme-dev
proj-api-gateway
proj-auth-service
key

DSN & secure beaming

Your DSN authenticates the SDK. Rotate or revoke credentials when you need to. Beams go to Insider over HTTPS.

https://<beacon_token>@theinsiderinc.com/<project_id>
fingerprint

Footprints

Each HTTP request can become one footprint: timing, route, status, buffered logs, and stack traces when an exception occurs.

POST /api/v1/checkout 500 Internal Error
duration 142ms
release v1.4.2-7a2b9
user_id usr_99823
bug_report

Issues

Insider fingerprints similar errors into issues. Track open, resolved, and ignored states. Catch returned issues when an old problem comes back.

ZeroDivisionError: division by zero OPEN
ValueError: invalid literal for int() RESOLVED
dashboard

Dashboard

Overview snapshot for the selected project and time window. Drill into footprints and issues without piecing together raw API calls.

history

Releases

Compare releases to see new issues, returned issues, and problems still open between versions.

NEW RETURNED STILL OPEN
notifications_active

Alerts & integrations

Notify the team in-app and by email. On Pro and Pro+, connect webhooks, Slack, and GitHub for suspect commits.

group

Team access

Invite members. Owners and admins manage projects and credentials; members can view what they need to debug.

security

Privacy controls

Configure ignore paths, scrubbing, and PII opt-in in your SDK init, before data leaves your infrastructure.

Built for the backend.

The Insider SDK is designed so it never crashes your customer application. It beams telemetry in the background, out of the critical path.

  • check_circle Asynchronous background beaming
  • check_circle Framework hooks via the language SDK
  • check_circle Zero-dependency footprint capture
PYTHON · EXAMPLE
python · node · available now

Go · Java · Rust — coming soon

import insider

from insider.integrations.django import DjangoIntegration


insider.init(

dsn="https://<token>@theinsiderinc.com/1",

environment="production",

release="1.2.3",

integrations=[DjangoIntegration()],

)

Ready for clarity?

Create an organization, add your DSN, and start seeing what's really happening at the error layer.