lexpress / sf-raven-plugin
Symfony plugin for Raven PHP client for Sentry
Installs: 8 738
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 3
Open Issues: 0
Type:symfony1-plugin
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