Expand description
Attribute definitions extracted from sentry-conventions.
This crate contains the sentry-conventions repository as a git submodule. Attribute definitions in the submodule
are parsed at compile time and can be accessed via the attribute_info function.
It also exposes a number of constants for attribute names that Relay has specific logic for. It is recommended to use these constants instead of the bare attribute names to ensure consistency.
Re-exports§
pub use consts::*;
Modules§
Structs§
- Attribute
Info - Information about an attribute, as defined in
sentry-conventions.
Enums§
- Pii
- Whether an attribute should be PII-strippable/should be subject to datascrubbers
- Write
Behavior - Under which names an attribute should be saved.
Functions§
- attribute_
info - Returns information about an attribute, as defined in
sentry-conventions. - name_
for_ op_ and_ attributes