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 overu64
. - project
- Contains
ProjectKey
andProjectId
types and necessary traits implementations. - spans
- Defines data types relating to performance spans.