We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c9b5e commit 46e1f44Copy full SHA for 46e1f44
guardrails/telemetry/guard_tracing.py
@@ -190,8 +190,8 @@ def trace_guard_execution(
190
):
191
return trace_stream_guard(guard_span, result, history)
192
193
- # add_guard_attributes(guard_span, history, result)
194
- # add_user_attributes(guard_span)
+ add_guard_attributes(guard_span, history, result)
+ add_user_attributes(guard_span)
195
return result
196
except Exception as e:
197
guard_span.set_status(status=StatusCode.ERROR, description=str(e))
0 commit comments