Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kuma-guy/ray.sentrymodule

Sentry module for Ray.Di
https://github.com/kuma-guy/ray.sentrymodule

Last synced: 8 days ago
JSON representation

Sentry module for Ray.Di

Awesome Lists containing this project

README

        

# Ray.SentryModule

[![Build Status](https://travis-ci.org/kuma-guy/Ray.SentryModule.svg?branch=master)](https://travis-ci.org/kuma-guy/Ray.SentryModule)

[Sentry](https://github.com/getsentry/sentry-php) module for Ray.Di

## Installation

### Composer install

$ composer require kuma-guy/sentry-module

### Module install

```php
use Ray\Di\AbstractModule;
use Ray\SentryModule\SentryModule;

class AppModule extends AbstractModule
{
protected function configure()
{
$this->install(new SentryModule('your-sentry-dsn'));
}
}
```

### DI trait

* [RavenClientInject](https://github.com/kuma-guy/Ray.SentryModule/blob/master/src/RavenClientInject.php) for `Raven_Client`