handlers ¶
Event filtering and processing handlers for Sentry.
Functions:
-
before_send–Filter and modify events before sending to Sentry.
-
before_send_transaction–Filter and group spans before sending transaction events.
-
traces_sampler–Determine sampling rate for traces based on context.
-
get_span_operation_mapping–Map span operations to standardized names.
-
get_transaction_operation_mapping–Map transaction names to standardized operations.