euskadi31/sentry-service-provider

A Sentry Service Provider for Silex 2.0

v1.0.3 2016-06-13 15:32 UTC

This package is not auto-updated.

Last update: 2024-03-16 14:47:17 UTC


README

Build Status SensioLabs Insight Coveralls HHVM Packagist

Install

Add euskadi31/sentry-service-provider to your composer.json:

% php composer.phar require euskadi31/sentry-service-provider:~1.0

Usage

Configuration

<?php

$app = new Silex\Application;

$app->register(new \Euskadi31\Silex\Provider\SentryServiceProvider(), [
    'sentry.options' => [
        'dsn' => 'https://user:pass@app.getsentry.com/46448'
    ]
]);

License

SentryServiceProvider is licensed under the MIT license.