Expand description
The provided transports.
This module exposes all transports that are compiled into the sentry
library. The reqwest
, curl
, and ureq
features turn on these transports.
Structs§
- Default
Transport Factory - Creates the default HTTP transport.
- Reqwest
Http Transport - A
Transport
that sends events via thereqwest
library.
Type Aliases§
- Http
Transport - The default http transport.