Module eap

Module eap 

Source
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.name based on related attributes within DB spans.
normalize_dsc
Normalizes the DSC into Attributes.
normalize_received
Adds the received time to the attributes.
normalize_sentry_op
Infers the sentry.op attribute and inserts it into Attributes if 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.