honeybadger-laravel icon indicating copy to clipboard operation
honeybadger-laravel copied to clipboard

PHP/Laravel library for reporting errors to Honeybadger.io :elephant: :zap:

Results 5 honeybadger-laravel issues
Sort by recently updated
recently updated
newest added
trafficstars

Laravel Zero is a stripped-down version of the full Laravel framework for console-based applications. See: https://laravel-zero.com ## What are the steps to reproduce this issue? 1. Create a Laravel Zero...

enhancement
help wanted

## What are the steps to reproduce this issue? 1. I installed Honeybadger in a Laravel project according to the instructions. 2. I added Honeybadger to the register method: ```...

bug
help wanted

We’ve just signed up for a trial of Honeybadger. Going OK so far but we’re getting loads of deprecation warnings showing up. This is despite having the following in the...

bug

Similar to what we do with `ApplicationEvent`s, we should add the `requestId` if available to the event.

If we have a request_id (we created it, or it came from a request), we should add it to the notice payload. Here is the updated notice schema: https://github.com/honeybadger-io/honeybadger-schemas/blob/45d5f9a91c6be69d43bb95722610d0df03046747/exceptions/v1/notices.json#L5-L16