lexpress / sf-raven-plugin
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (0.8.0) of this package.
Symfony plugin for Raven PHP client for Sentry
Package info
github.com/LExpress/sfRavenPlugin
Type:symfony1-plugin
pkg:composer/lexpress/sf-raven-plugin
0.8.0
2014-04-02 15:27 UTC
Requires
- composer/installers: *
- raven/raven: 0.8.*
This package is not auto-updated.
Last update: 2020-01-24 15:12:01 UTC
README
Enable remote logging to Sentry into symfony1 applications.
- Fatal errors (syntax error, out of memory)
- Warnings (undefined variable, headers sent, deprecated)
- Exceptions
Install
With composer
composer require lexpress/sf-raven-plugin
Add to your project configuration:
# config/ProjectConfiguration.php class ProjectConfiguration extends sfProjectConfiguration { public function setup() { $this->enablePlugins(array( // ... 'sfRavenPlugin', )); } }
Configure the Raven client. The DSN can be found in the getsentry interface.
# config/raven.yml all: client: dsn: udp://11111111111111111111111111111111:22222222222222222222222222222222@localhost:9001/1