Module transports

Source
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§

DefaultTransportFactory
Creates the default HTTP transport.
ReqwestHttpTransport
A Transport that sends events via the reqwest library.

Type Aliases§

HttpTransport
The default http transport.