Documentation
¶
Overview ¶
Package sentryextractor provides a context extractor for Sentry span information. It extracts trace_id, span_id, span_status, and span_op from the Sentry span context.
Index ¶
Constants ¶
View Source
const ( FieldTraceID = "trace_id" FieldSpanID = "span_id" FieldSpanStatus = "span_status" FieldSpanOp = "span_op" )
Variables ¶
This section is empty.
Functions ¶
func With ¶
func With() ctxLogger.ContextExtractor
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.