Sentry¶
Sentry is an open-source error tracking and performance monitoring platform. It captures unhandled exceptions in real time, enriches them with context (stack traces, breadcrumbs, user info, environment), and routes them to the right team for fast debugging.
iUsed runs a self-hosted Sentry instance at sentry.flooris.dev, managed by Flooris.
Key features¶
-
Error tracking
Automatically captures unhandled exceptions and groups them by root cause, so duplicate noise is eliminated and the signal stays clear.
-
Breadcrumbs & context
Every error includes a trail of events (HTTP requests, log entries, queries) that led up to it, plus full stack traces with source arguments.
-
Performance monitoring
Traces slow transactions and N+1 queries to surface performance bottlenecks before they become outages.
-
Alerting
Configurable alert rules send notifications to email or other channels when error thresholds are exceeded.
Used in¶
| Service | Project | DSN |
|---|---|---|
| iUsed Refurbisher Portal | iused-refurbisher-portal |
https://8c6b...@sentry.flooris.dev/13 |
Integration per service¶
iUsed Refurbisher Portal (IRP)¶
Sentry is integrated into the IRP as a Laravel package. See the IRP – Tools: Sentry section for the full install guide, DSN, and configuration details.