You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insert data into the trace log for the current or specified trace id. Data should be a dictionary with keys that correspond to the fields of the TraceLog model.
90
90
If the field already has an existing value that is extensible (dict, set, list, etc.), the new value will be merged with the existing value.
91
91
Args:
92
-
data: Keys can be one of: trace_name, end_user_identifier, metadata, tags, deployment_id, images
92
+
data: Keys can be one of: trace_name, end_user_identifier, metadata, tags, deployment_id, images, session_id
93
93
trace_id: The trace id to insert the data into. If not provided, the current trace id will be used.
0 commit comments