You can add additional attributes to traces in Langtrace by simply wrapping your code with the withAdditionalAttributes
or inject_additional_attributes
function. This will add the specified attributes to the trace spans.
withAdditionalAttributes
for typescript or inject_additional_attributes
function for python. This will add the specified attributes to the trace spans. Make sure to pass the attributes as a key-value pair to the function.
with_additional_attributes
. It will be
deprecated soon. Please use inject_additional_attributes
function instead.