| Interface | Description |
|---|---|
| SentryInterface |
A SentryInterface is an additional structured data that can be provided with a message.
|
| Class | Description |
|---|---|
| ExceptionInterface |
The Exception interface for Sentry allowing to add an Exception details to an event.
|
| HttpInterface |
The HTTP interface for Sentry allows to add an HTTP request to an event.
|
| MessageInterface |
The Message interface for Sentry allows to send the original pattern to Sentry, allowing the events to be grouped
by original message (rather than the formatted version).
|
| SentryException |
Class associating a Sentry exception to its
StackTraceInterface. |
| StackTraceInterface |
The StackTrace interface for Sentry, allowing to add a stackTrace to an event.
|
Copyright © 2012–2014. All rights reserved.