Registry / observability / bugsnag-bugsnag

bugsnag-bugsnag

JSON →
library3.30.1phppackagistunverified

Official Bugsnag notifier for PHP applications.

composer require bugsnag/bugsnag
INSTALL
IMPORT
SIG · BUGSNAG-BUGSNAG
B
bugsnag-bugsnag
observabilityphpv3.30.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use Bugsnag\Client;

Initialize Bugsnag and notify an exception.

<?php use Bugsnag\Client; $bugsnag = Client::make('your-api-key'); $bugsnag->notifyException(new Exception('Test error'));
Debug
Known issues
breakingRequires an API key from Bugsnag to function.
fix
Obtain an API key from your Bugsnag dashboard and pass it to Client::make().
affects: >=3.0.0
Upgrade
Version history
3.30.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
Resources
bugsnag-bugsnag — pip install bugsnag-bugsnag · libregistry