Package | Description |
---|---|
io.sentry | |
io.sentry.buffer | |
io.sentry.connection |
Modifier and Type | Method and Description |
---|---|
protected Buffer |
DefaultSentryClientFactory.getBuffer(Dsn dsn)
Get the
Buffer where events are stored when network is down. |
Modifier and Type | Class and Description |
---|---|
class |
DiskBuffer
Stores
Event objects to a directory on the filesystem and allows
them to be flushed to Sentry (and deleted) at a later time. |
Constructor and Description |
---|
BufferedConnection(Connection actualConnection,
Buffer buffer,
long flushtime,
boolean gracefulShutdown,
long shutdownTimeout)
Construct a BufferedConnection that will store events that failed to send to the provided
Buffer and attempt to flush them to the underlying connection later. |
Copyright © 2012–2018. All rights reserved.