Crate relay_base_schema

Source
Expand description

Basic types for Relay’s API schema used across multiple services.

Modules§

data_category
Defines the DataCategory type that classifies data Relay can handle.
events
Defines types related to Sentry events.
metrics
Type definitions for Sentry metrics.
organization
Contains OrganizationId which is the ID of a Sentry organization and is currently a a wrapper over u64.
project
Contains ProjectKey and ProjectId types and necessary traits implementations.
spans
Defines data types relating to performance spans.