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
Transportthat sends events via thereqwestlibrary.
Type Aliases§
- Http
Transport - The default http transport.