Package io.sentry.transport
package io.sentry.transport
-
ClassDescription
ITransport
implementation that executes request asynchronously in a blocking manner usingHttpURLConnection
.Date Provider to make the Transport unit testableA transport is in charge of sending the event to the Sentry server.Implementations of this interface serve as gatekeepers that allow or disallow sending of the events through theITransport
.Controls retry limits on different category types sent to Sentry.A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.A result ofITransport.send(io.sentry.SentryEnvelope)
.