Download the PHP package bughq/bughq-laravel without Composer
On this page you can find all versions of the php package bughq/bughq-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bughq/bughq-laravel
More information about bughq/bughq-laravel
Files in bughq/bughq-laravel
Download bughq/bughq-laravel
More information about bughq/bughq-laravel
Files in bughq/bughq-laravel
Vendor bughq
Package bughq-laravel
Short Description bughq error tracking - Laravel integration
License MIT
Homepage https://bughq.org
Package bughq-laravel
Short Description bughq error tracking - Laravel integration
License MIT
Homepage https://bughq.org
Please rate this library. Is it a good library?
Informations about the package bughq-laravel
bughq for Laravel
Privacy-first error tracking for Laravel apps, backed by
bughq/bughq and bughq.
Out of the box:
- Reported exceptions are captured through Laravel's exception handler
(after your
dontReportfiltering), with route, request, and authenticated-user context attached. - Failed queue jobs are captured with job name, queue, connection, and attempt count.
- SQL queries and log messages are recorded as breadcrumbs, so every event arrives with the trail that led to it.
- A
bughqlog channel turnsLog::channel('bughq')->error(...)(or a stack channel) into bughq events.
Install
Requires PHP 8.4+ and Laravel 11 or 12.
Until the packages are on Packagist, add the VCS repositories first:
The service provider and BugHQ facade are auto-discovered.
Configure
environment defaults to the app environment; set BUGHQ_RELEASE to tag
deploys. See config/bughq.php for breadcrumb/capture toggles,
sample_rate, and ignore_exceptions.
Manual capture
Log channel
Log records carrying an exception in context are captured with their full
stack trace.
License
MIT
All versions of bughq-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.4
bughq/bughq Version ^0.1
illuminate/support Version ^11.0 || ^12.0
monolog/monolog Version ^3.0
bughq/bughq Version ^0.1
illuminate/support Version ^11.0 || ^12.0
monolog/monolog Version ^3.0
The package bughq/bughq-laravel contains the following files
Loading the files please wait ...