euskadi31/sentry-service-provider

A Sentry Service Provider for Silex 2.0

Installs: 453

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/euskadi31/sentry-service-provider

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

This package is not auto-updated.

Last update: 2025-09-27 23:10:30 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.