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

BugSnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.

Results 16 bugsnag-laravel issues
Sort by recently updated
recently updated
newest added

### Describe the bug leaveBreadcrumb seems to correctly isolate data between Laravel queued jobs processed with Horizon workers. I love it, but sometimes, especially with query logging turned on, important...

feature request
backlog

Logs are not sent when running my application with octane, it works when serving it "normally". If i add `bugsnag` to the `octane.warm` configuration and add a listener to `octane.listeners."RequestTerminated"`...

feature request
backlog

### PHP 8.1 Deprecated messages PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/html/vendor/bugsnag/bugsnag/src/Configuration.php on line 362 ### Steps to reproduce 1. Install...

bug
backlog

### This only happens on a project running on laravel-vapor ### Describe the bug Laravel vapor project won't report an error on bugsnag for failed queued job. ### Steps to...

feature request
backlog

On a few occasions where I imagine the stack trace is large, BugsnagLogger is unable to log the error and fails with `PHP Fatal error: Allowed Memory Size`. This means...

needs discussion

### Expected behavior ````php logger()->error('test'); ```` Should go to Bugsnag ### Observed behavior It's not going to Bugsnag ### Steps to reproduce ````bash php artisan tinker ```` ````php logger()->error('test'); ````...

needs discussion

### Expected behavior When something like SOAP or xml is posted to laravel and an exception occurs I would expect to see that in the bugsnag interface under params. ###...

feature request
backlog

## Goal To support Laravel 11 ## Testing By running the tests

backlog

I'm trying to use the `OomBootstrapper`, but I get a `BindingResolutionException`. ### Environment * Bugsnag Laravel version: `2.26` * Bugsnag version: `3.29.0` * PHP version: `8.2.3` * Composer version: `2.5.4`...

bug
backlog

Laravel launched [Pennant][1], a feature flag package, alongside version 10.x of the framework. Pennant raises events when resolving a known feature, so the Bugsnag package could hook in to this...

feature request
backlog