Skip to content

Silex 2 🌢 Service Provider for 🐞 bugsnag-php ^3.0 - OBSOLETE. Use official service provider https://github.com/bugsnag/bugsnag-silex

Notifications You must be signed in to change notification settings

fortis/silex-bugsnag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

#Silex 2 Service Provider for Bugsnag

Bugsnag captures errors in real-time from your web, mobile and desktop applications, helping you to understand and resolve them as fast as possible. Create a free account to start capturing errors from your applications.

Usage

Register

$app->register(new \Bugsnag\Silex\Provider\BugsnagServiceProvider, array(
    'bugsnag.options' => array(
        'apiKey' => '06615ad354054619aa3d601ea89af945'
    )
));

Thats it, all exceptions will be sent to Bugsnag dashboard.

If you want to access the bugsnag client directly (for example, to configure it or to send a crash report manually), you can use $app['bugsnag'].

About

Silex 2 🌢 Service Provider for 🐞 bugsnag-php ^3.0 - OBSOLETE. Use official service provider https://github.com/bugsnag/bugsnag-silex

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages