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

Installs: 8 738

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 3

Open Issues: 0

Type:symfony1-plugin

0.8.0 2014-04-02 15:27 UTC

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