Learn how to set user properties in your traces
enrich_session
function to set on the trace level.To pass to HoneyHive, pass it to the param in the enrich_session
function. This function is used to enrich the session with additional information. Remember that enrich_session
will update, not overwrite, the existing object on the trace.Read more about the enrich_session
function in the Python SDK reference.Here’s an example of how to set on the trace level in Python:enrich_session
function in the Python SDK reference.