2017 © Pedro Peláez
 

library laravel-sentry

Tasty intergration of Laravel & Sentry for sweet reporting of your logs

image

rcrowe/laravel-sentry

Tasty intergration of Laravel & Sentry for sweet reporting of your logs

  • Thursday, October 31, 2013
  • by rcrowe
  • Repository
  • 3 Watchers
  • 15 Stars
  • 2,728 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md


use rcrowe\Raven, (*1)

Better Laravel intergration with async transmittion., (*2)

laravel-sentry is unsupported!, (*3)


laravel-sentry

Tasty integration of Laravel & Sentry for sweet reporting of your logs, (*4)

Build Status Latest Stable Version, (*5)

Using the same logging functions will send it Sentry, for example:, (*6)

Log::error($exception)

will send the exception to Sentry. You can control at which level log messages are reported by changing the level in the config file. The default level is error, this means that Log::info(…) will not be reported to Sentry., (*7)

Installation

Add rcrowe\laravel-sentry as a requirement to composer.json:, (*8)

{
    "require": {
        "rcrowe/laravel-sentry": "0.2.*"
    }
}

Update your packages with composer update or install with composer install., (*9)

Once Composer has installed or updated your packages you need to register Sentry with Laravel itself. Open up app/config/app.php and find the providers key towards the bottom and add:, (*10)

'rcrowe\Sentry\SentryServiceProvider'

Configuration

Sentry configuration file can be extended by creating app/config/packages/rcrowe/laravel-sentry/config.php. You can find the default configuration file at vendor/rcrowe/laravel-sentry/src/config/config.php., (*11)

You can quickly publish a configuration file by running the following Artisan command., (*12)

$ php artisan config:publish rcrowe/laravel-sentry

Note: Data will only be sent to Sentry if your environment matches the environments defined in the config file., (*13)

The Versions

31/10 2013

dev-master

9999999-dev

Tasty intergration of Laravel & Sentry for sweet reporting of your logs

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sentry error reporting

03/10 2013

0.2.0

0.2.0.0

Tasty intergration of Laravel & Sentry for sweet reporting of your logs

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sentry error reporting

19/07 2013

0.1.0

0.1.0.0

Tasty intergration of Laravel & Sentry for sweet reporting of your logs

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel sentry error reporting