pub fn get_trace_id() -> Option<String>
Expand description
Returns the current trace ID if it exists, or None if it doesn’t. This function does not create a new trace ID if one doesn’t exist. Todo: Eventually use Message Headers to relay this traceid instead of env vars