[][src]Module sentry::transports

The provided transports.

This module exposes all transports that are compiled into the sentry library. The reqwest, curl and surf features turn on these transports.

Structs

DefaultTransportFactory

Creates the default HTTP transport.

ReqwestHttpTransport

A transport can send events via HTTP to sentry via reqwest.

Type Definitions

HttpTransport

The default http transport.