Expand description
Event normalization and processing for attribute (EAP) based payloads.
A central place for all modifications/normalizations for attributes.
Functions§
- normalize_
ai - Normalizes AI attributes.
- normalize_
attribute_ names - Normalizes deprecated attributes according to
sentry-conventions. - normalize_
attribute_ types - Normalizes/validates all attribute types.
- normalize_
attribute_ values - Normalizes the values of a set of attributes if present in the span.
- normalize_
client_ address - Normalizes the client address into
Attributes. - normalize_
db_ attributes - Normalizes the following db attributes:
db.query.text,db.operation.name,db.collection.namebased on related attributes within DB spans. - normalize_
dsc - Normalizes the DSC into
Attributes. - normalize_
received - Adds the
receivedtime to the attributes. - normalize_
sentry_ op - Infers the sentry.op attribute and inserts it into
Attributesif not already set. - normalize_
user_ agent - Normalizes the user agent/client information into
Attributes. - normalize_
user_ geo - Normalizes the user’s geographical information into
Attributes.