2017 © Pedro Peláez
 

library silex-provider-sentry

Provides a SentryService wrapper around the Sentry client.

image

linkorb/silex-provider-sentry

Provides a SentryService wrapper around the Sentry client.

  • Saturday, December 16, 2017
  • by joostfaassen
  • Repository
  • 3 Watchers
  • 0 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

linkorb/silex-provider-sentry

Provides a service which wraps Sentry's Raven_Client., (*1)

Consumers of the service may use the sendException method which immediately sends the exception to the configured instance of Sentry. There is also the queueException method which queues exceptions for later sending after the KernelEvents::TERMINATE event has fired., (*2)

Install

Install using composer:-, (*3)

$ composer require linkorb/silex-provider-sentry

Then configure and register the provide:-, (*4)

// app/app.php
use LinkORB\Sentry\Provider\SentryServiceProvider;
...
$app->register(
    new SentryServiceProvider,
    [
        'sentry.dsn' => "...",
        'sentry.options' => [
            ...
        ],
    ]
);

The Versions

16/12 2017

dev-master

9999999-dev

Provides a SentryService wrapper around the Sentry client.

  Sources   Download

MIT

The Requires

 

by LinkORB

16/12 2017

v1.0.0

1.0.0.0

Provides a SentryService wrapper around the Sentry client.

  Sources   Download

MIT

The Requires

 

by LinkORB