[−][src]Module sentry::transports
The provided transports.
This module exposes all transports that are compiled into the sentry
library. The with_reqwest_transport
and with_curl_transport
flags
turn on these transports.
Structs
DefaultTransportFactory | Creates the default HTTP transport. |
ReqwestHttpTransport | A transport can send events via HTTP to sentry via |
Type Definitions
HttpTransport | The default http transport. |