jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
329 stars 99 forks source link

Have do you set the environment? #72

Closed jwatkins0101 closed 7 years ago

jwatkins0101 commented 7 years ago

You add 'environment' => env('APP_ENV'), to your services.php

'rollbar' => [ 'access_token' => env('ROLLBAR_TOKEN'), 'level' => env('ROLLBAR_LEVEL'), 'environment' => env('APP_ENV'), ],