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.
Organizations & projects
Create an organization for your team. Add projects for each service. Each project gets a DSN your SDK uses to beam footprints.
DSN & secure beaming
Your DSN authenticates the SDK. Rotate or revoke credentials when you need to. Beams go to Insider over HTTPS.
Footprints
Each HTTP request can become one footprint: timing, route, status, buffered logs, and stack traces when an exception occurs.
Issues
Insider fingerprints similar errors into issues. Track open, resolved, and ignored states. Catch returned issues when an old problem comes back.
Dashboard
Overview snapshot for the selected project and time window. Drill into footprints and issues without piecing together raw API calls.
Releases
Compare releases to see new issues, returned issues, and problems still open between versions.
Alerts & integrations
Notify the team in-app and by email. On Pro and Pro+, connect webhooks, Slack, and GitHub for suspect commits.
Team access
Invite members. Owners and admins manage projects and credentials; members can view what they need to debug.
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
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.