Error monitoring for Laravel

Stop finding out about production errors from angry users. Sorane captures Laravel exceptions in real-time with full stack traces, source code context, and everything you need to debug fast. With one-click IDE integration, you can go from notification to fix in seconds.

No credit card required. Cancel anytime.

Catch bugs before users report them

Comprehensive exception monitoring with the context you need to fix issues fast. Never miss another production error.

Real-time error detection

Errors are captured the moment they happen. Get instant visibility into exceptions occurring across your Laravel application.

Occurrence tracking

Understand how often issues happen with occurrence counting. Track first seen, last seen, and frequency patterns.

Environment tags

Separate production issues from staging with environment tags. Focus on what matters most to your users.

Status workflows

Manage errors with Open, Snoozed, Ignored, and Resolved states. Keep your error list organized and actionable.

Full stack traces

See exactly where errors occur with complete stack traces. Navigate through the call stack to understand the root cause.

Source code preview

View the problematic code with syntax highlighting. The error line is highlighted so you can jump straight to the issue.

Request context

Get the full picture with request details, commands, arguments, and timing information for every error.

One-click IDE opening

Open errors directly in your IDE with precise file and line number. Go from alert to fix in seconds.

Get notified the moment an issue arises

Catch any issues quickly via our notification system. Choose where and how you want to be notified.

Inbox

All your notifications in one place inside your account. Makes it easy to keep track of everything.

Email

Get real-time alerts in your inbox, ensuring you’re always informed when issues arise—whether at your desk or on the move.

Telegram

Receive instant notifications via Telegram, keeping you updated and connected wherever you are.

Discord

Receive real-time alerts in your Discord channels, so you’re always updated when something goes wrong.

Slack

Stay updated with instant notifications in Slack, making it easier to stay on top of issues and respond quickly.

Microsoft Teams

Get real-time alerts in Microsoft Teams, helping you keep up with the latest updates and maintain smooth operations.

Super easy to use

It really only takes a few minutes to get started. We'll take it from there.

1

Enter your website URL

Simply enter the URL of your website or application. Website monitoring will start right away.

2

Install Sorane in your application

composer require usesorane/sorane-laravel
3

Route error reports to Sorane

Add the reporter to the withExceptions method in your bootstrap/app.php file.

->withExceptions(function (Exceptions $exceptions) {
    \Sorane\ErrorReporting\Facades\Sorane::handles($exceptions);
})->create();
4

Add your API key to the .env file

SORANE_ENABLED=true
SORANE_KEY=your-api-key-here
SORANE_ERRORS_ENABLED=true
SORANE_EVENTS_ENABLED=true
SORANE_WEBSITE_ANALYTICS_ENABLED=false
SORANE_LOGGING_ENABLED=false
SORANE_JAVASCRIPT_ERRORS_ENABLED=false

That's it!

You're all set! You'll now receive a notification the moment an issue arises.

Start monitoring your Laravel applications today

Websites will go down, and errors will happen. With Sorane, you are sure to catch any errors and performance issues the moment they happen.

Takes 1 minute to get started.
No credit card required. Cancel anytime.