Skip to content

Commit 46e1f44

Browse files
committed
renable last of tracing
1 parent 50c9b5e commit 46e1f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guardrails/telemetry/guard_tracing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ def trace_guard_execution(
190190
):
191191
return trace_stream_guard(guard_span, result, history)
192192

193-
# add_guard_attributes(guard_span, history, result)
194-
# add_user_attributes(guard_span)
193+
add_guard_attributes(guard_span, history, result)
194+
add_user_attributes(guard_span)
195195
return result
196196
except Exception as e:
197197
guard_span.set_status(status=StatusCode.ERROR, description=str(e))

0 commit comments

Comments
 (0)