Module sentry::transports
source · [−]Expand description
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
Creates the default HTTP transport.
A transport can send events via HTTP to sentry via reqwest
.
Type Definitions
The default http transport.