# Functions
NewTraceHttpClient: Returns a new HTTP client trace for OpenTelemetry using the provided context.
NewTraceSpan: Starts a new trace span with the given context and name, incorporating any baggage attributes into the span attributes.
NewTraceSpanWithoutBaggage: Starts a new trace span without incorporating any baggage attributes.
RecordSpanError: Records an error on the provided trace span and sets the status of the span to 'Error'.