Powered by Claude AI

Error Intelligence for Laravel

Capture, analyze, and resolve errors across all your Laravel applications. AI-powered insights tell you why it broke and how to fix it.

Projects
12
Total Errors
847
Unresolved
23
Today
5
L8-13
Laravel Support
PHP 7.4+
Compatibility
6
Languages
<1s
Alert Time

Everything you need to track errors

From real-time monitoring to AI-powered analysis.

Real-time Error Tracking

Capture exceptions the moment they happen. Full stack trace, request data, user context, and environment details.

Pro Dashboard

Stats cards, 14-day error trend charts, severity breakdowns, project overview, and recent errors — all at a glance.

Heartbeat Monitoring

Automatic 5-minute heartbeats. Know instantly when an app goes offline. Critical email alerts and status page.

Smart Notifications

Email (SMTP/SES), Slack, and Discord webhooks. Custom alert rules with threshold triggers. Never miss a critical error.

Deploy Tracking

Record deploys via artisan command or API. See deploy markers on the error timeline to correlate errors with releases.

Public Status Page

Clean /status page showing all your apps with Online/Offline status. Auto-refreshes. Share with clients or your team.

Bookmarks & Notes

Pin important errors. Add notes that persist across occurrences. Full resolution history with audit trail.

Multi-language

Full UI in English, Portuguese, Spanish, German, French, and Italian. Switch anytime from the dashboard.

Read API

Pull error data, deploy history, and downtime logs into Grafana, custom dashboards, or any external tool via REST API.

AI by Claude

AI that understands your errors

Powered by Claude, Sentinel AI analyzes your exceptions in real-time and gives you actionable answers.

Error Analysis

Click "Analyze" on any error. Get root cause, fix suggestions, and prevention tips — streamed in real-time.

Health Reports

AI-generated 5-day project health report with severity breakdown, trend analysis, and prioritized recommendations.

Smart Grouping

AI identifies errors that share a root cause even when exception classes differ. Suggests merging related errors.

Weekly Digest

AI-generated weekly summary email with error stats, top offenders, and the most important thing to fix this week.

Sentinel AI
Powered by Claude
QueryException
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry
Root Cause
A race condition in the registration flow. Two concurrent requests attempt to insert the same email, and the second one fails the unique constraint.
How to Fix
User::firstOrCreate(['email' => $email], $data);
Prevention
Add a database-level unique index and use upserts or firstOrCreate to handle concurrent writes gracefully.

One package. Zero config.

Install in any Laravel 8-13 app and errors start flowing automatically.

terminal
$ composer require upgradelabs/sentinel-laravel

# Add token to .env
SENTINEL_TOKEN=your-project-api-token

# That's it. Errors are now tracked.

# Optional: track deploys
$ php artisan sentinel:deploy --auto

# Optional: test it
$ php artisan tinker
>>> app(SentinelClient::class)->testReport()
=> 201 OK
Auto Exception Capture
Hooks into Laravel's exception handler. No code changes needed.
Context Enrichment
Add order IDs, user roles, or any custom data to error reports.
Breadcrumbs
Auto-tracks DB queries, cache, and queue events leading up to the error.
Performance Tracking
Optional middleware records request duration and memory usage.
Heartbeat Monitoring
Automatic 5-minute pings via scheduler. Zero-setup uptime monitoring.
Deploy Command
php artisan sentinel:deploy --auto detects version, commit, and branch from git.
Log Channel
Custom Monolog channel so Log::error() sends directly to Sentinel.
Queue Support
Send reports via queue to avoid slowing down requests. 3 retries with backoff.

Full REST API

Write and read. Send errors in, pull data out.

POST /api/v1/report
Send error report
POST /api/v1/deploy
Record deployment
GET /api/v1/health
Heartbeat ping
GET /api/v1/stats
Project statistics
GET /api/v1/errors
List errors
GET /api/v1/deploys
Deploy history
GET /api/v1/downtime
Downtime periods

Simple, transparent pricing

Choose the plan that fits your needs. All plans include the full Sentinel package.

-15%
Starter
3.99€ /month
40.70€ /year

Save €7.18 per year

Perfect for small projects and solo developers.

  • Up to 3 projects
  • 7 days data retention
  • Real-time error tracking
  • Heartbeat monitoring
  • Email alerts (SMTP/SES)
  • Public status page
  • Deploy tracking
Get Started
Most Popular
Pro
7.99€ /month
81.50€ /year

Save €14.38 per year

For growing teams with multiple applications.

  • Up to 10 projects
  • 14 days data retention
  • Everything in Starter
  • AI error analysis (Claude)
  • Slack & Discord webhooks
  • Breadcrumbs & context enrichment
  • AI weekly digest email
  • Notes & resolution history
Get Started
Enterprise
14.99€ /month
152.90€ /year

Save €26.98 per year

For agencies and companies with large portfolios.

  • Up to 50 projects
  • 30 days data retention
  • Everything in Pro
  • Read API for external tools
  • AI smart error grouping
  • AI project health reports
  • Performance tracking
  • Priority support
Get Started

Your data stays in Europe

All your error data is stored exclusively in EU data centers, fully compliant with European privacy regulations. No data ever leaves EU borders.

GDPR Compliant

Sentinel is built from the ground up with GDPR compliance at its core. Your data is processed and stored in accordance with the strictest European privacy laws, including data minimization, right to erasure, and full transparency.

EU-Only Data Centers

Every byte of your data resides in data centers located within the European Union. No transatlantic transfers, no third-country processing. Your data sovereignty is guaranteed by design.

Scaleway Infrastructure

We run on Scaleway, a European cloud provider headquartered in Paris, France. Scaleway operates sovereign data centers across France, the Netherlands, Poland and Italy, ensuring your data never touches non-EU infrastructure.

GDPR Compliant 100% EU Hosted No Data Transfers Outside EU

Infrastructure powered by Scaleway

Error intelligence. Zero blind spots.

Start monitoring your Laravel applications in under a minute.