jenssegers / laravel-rollbar

Rollbar error monitoring integration for Laravel projects
328 stars 98 forks source link

Added possibility to set environment in config #26

Closed lowerends closed 9 years ago

lowerends commented 9 years ago

This PR adds the possibility to set the environment value in the config file. If no environment value is set, the default app environment is used, making this PR completely backwards compatible. This fixes #10.

lowerends commented 9 years ago

Thanks!