Classes
\
| Name | Description | |
|---|---|---|
| Exception | No description available | EMPTY |
| RavenClientTest | Excercises RavenClient. | EMPTY |
| RuntimeException | No description available | EMPTY |
| SentryLogWriterTest | Excercises SentryLogWriter. | EMPTY |
\phptek\Sentry
| Name | Description | |
|---|---|---|
| SentryLogWriter | The SentryLogWriter class simply acts as a bridge between the configured Sentry adaptor and SilverStripe's {@link SS_Log}. | EMPTY |
\phptek\Sentry\Adaptor
| Name | Description | |
|---|---|---|
| RavenClient | The RavenClient class simply acts as a bridge between the Raven PHP SDK and the SentryLogWriter class itself. Any {@link SentryClientAdaptor} subclass should be able to be swapped-out and used at any point. | EMPTY |
| SentryClientAdaptor | The SentryClientAdaptor provides the base-class functionality for subclasses to act as bridges between the PHP SDK and the SentryLogWriter class itself. | EMPTY |
\phptek\Sentry\Exception
| Name | Description | |
|---|---|---|
| SentryClientAdaptorException | The module has its own exception subclasses to easily distinguish between project and module exceptions. | EMPTY |
| SentryLogWriterException | The module has its own exception subclasses to easily distinguish between project and module exceptions. | EMPTY |