Package | Description |
---|---|
io.sentry | |
io.sentry.connection | |
io.sentry.marshaller.json |
Modifier and Type | Method and Description |
---|---|
protected Marshaller |
DefaultSentryClientFactory.createMarshaller(Dsn dsn)
Creates a JSON marshaller that will convert every
Event in a format
handled by the Sentry server. |
Modifier and Type | Method and Description |
---|---|
void |
OutputStreamConnection.setMarshaller(Marshaller marshaller) |
void |
HttpConnection.setMarshaller(Marshaller marshaller) |
Modifier and Type | Class and Description |
---|---|
class |
JsonMarshaller
Event marshaller using JSON to send the data.
|
Copyright © 2012–2017. All rights reserved.