Application Health Monitoring

Full stack monitoring for Laravel Developers

Fix Laravel errors in record time. Fill in the gaps with uptime, cron, and heartbeat monitoring. Build trust with status pages and incident management. All in one simple platform.

Start free trial

You'll love Honeybadger with Laravel

We've worked closely with the Laravel community to customize Honeybadger just for you. Laravel is seriously awesome. We've learned SO MUCH from you, and this is only the beginning!

— The Honeybadger Crew (a.k.a., the 'Badgers)

"I absolutely love Honeybadger’s check-in feature. Being able to have visibility into scheduled processes is vital to my work."
— TJ Miller

A first-class monitoring platform for PHP and Laravel

Honeybadger simplifies your production stack by combining four types of monitoring in a simple, easy-to-use platform for Laravel:

Error & Exceptions

Delight your users when you proactively track and fix application errors.

Uptime & Performance

Know when your app is down or is having problems due to external issues.

Cron & Heartbeat

Know when your cron jobs and services go missing or silently fail.

Logging & Observability

See the bigger picture, put things into context & detect anomalies.

Getting started is easy

In modern Laravel apps, installing Honeybadger is just a few lines of code:

$ composer require honeybadger-io/honeybadger-laravel

// In app/Exceptions/Handler.php
public function register()
{
    $this->reportable(function (Throwable $e) {
        if (app()->bound('honeybadger')) {
            app('honeybadger')->notify($e, app('request'));
        }
    });
}

Once installed, Honeybadger automatically reports exceptions in web requests, queues, and scheduled tasks. Logged-in users are automatically associated with each error report, making it easy to follow up with affected users after the fix has been deployed.

Fix errors before your users can report them

How your users experience your app failing is a huge opportunity for you to create a positive interaction with them, and turn annoyance into admiration. Honeybadger customers routinely surprise and delight their users by fixing errors before they have a chance to complain. Learn more about Error Tracking →

Honeybadger provides all the context you need to understand what is causing each exception, who's affected by it, and makes it easy to follow up with those users once the fix has been deployed.

Status
Message
TypeError: Argument 1 passed to charge() must be an instance of integer
Backtrace
  • User.php 9 chargeSubscription(...)
    7
    8
    9
    10
    
       public function chargeSubscription($amount)
       {
           $this->subscription->charge($amount);
       }
    
URL
POST /users/sign_up
Users
jane@example.com (5 times)
Browser
Us
Mobile Safari 11.0 Show User Agent
Mozilla/5.0 (iPhone; CPU iPhone OS 11_2_6 like Mac OS X) AppleWebKit/604.5.6 (KHTML, like Gecko) Version/11.0 Mobile/15D100 Safari/604.1

Respond instantly when the site is down

Honeybadger monitors your websites and APIs from five different locations around the world. When an uptime check fails, we immediately alert you. Learn more about Uptime Monitoring →

API Proxy is down
Project
Honeybadger
Reason
Expected 2xx status code -- got 502

With built-in uptime monitoring, you'll be the first to know when:

  • AWS/Google Cloud Platform/Azure/et al. have issues
  • SSL/TLS certificates expire
  • Web servers crash
  • ...and the list goes on...

Honeybadger's notification system integrates with all of your favorite services including chat systems like Slack and Google Hangouts, alert platforms like PagerDuty and OpsGenie, and monitoring platforms like DataDog and VictorOps.

Never miss another silent failure

Remember the last time the monthly backup failed, a critical email wasn't sent, or some customers didn't get billed? Honeybadger monitors your cron jobs and services to make sure they check in when they should. Learn more about Cron Job & Heartbeat Monitoring →

  Check-In Last Seen Expected
Weekly Billing Task is missing
https://api.honeybadger.io/v1/check_in/1pMIZ8
> 1 week ago 1 minute ago

Status pages: now with incident management

Build trust with a public status page that shows your live service status, incident history, and more—automatically updated by Honeybadger. Learn more about Status Pages →

Check monitoring off your todo list.

Try Honeybadger for free for 30 days.
You don't need a CC to sign up, and satisfaction is guaranteed.

Start free trial