Expand description
Contains ProjectKey and ProjectId types and necessary traits implementations.
ProjectIdis the unique identifier of a Sentry project. Currently, it is just a wrapper overu64and should be considered as implementations details, as it can change in the future.ProjectKeyis a byte array ([u8; 32]) and represents a DSN to identify and authenticate a project at Sentry.
Structs§
- Parse
Project KeyError - An error parsing
ProjectKey. - Project
Id - The unique identifier of a Sentry project.
- Project
Key - The public key used in a DSN to identify and authenticate a project at Sentry.
Enums§
- Parse
Project IdError - Raised if a project ID cannot be parsed from a string.