Module sentry::internals

source ·
Expand description

Useful internals.

This module contains types that users of the create typically do not have to directly interface with directly. These are often returned from methods on other types.

Structs

Represents an auth header.
Helper struct that is returned from init.
Creates the default HTTP transport.
A transport can send events via HTTP to sentry.
Represents a project ID.
A scope guard.

Enums

Represents a dsn url parsing error.
Raised if a project ID cannot be parsed from a string.
Represents the scheme of an url http/https.

Traits

A helper trait that converts an object into a breadcrumb.
Helper trait to convert a string into an Option<Dsn>.
The trait for transports.
A factory creating transport instances.