MCPcopy Create free account
hub / github.com/AI45Lab/Code / with_traces

Method with_traces

core/src/telemetry_otel.rs:58–61  ·  view source on GitHub ↗

Enable or disable trace export.

(mut self, enabled: bool)

Source from the content-addressed store, hash-verified

56
57 /// Enable or disable trace export.
58 pub fn with_traces(mut self, enabled: bool) -> Self {
59 self.traces = enabled;
60 self
61 }
62
63 /// Set the log level filter (e.g., "info", "debug", "a3s_code=debug,info").
64 pub fn with_log_filter(mut self, filter: impl Into<String>) -> Self {

Callers 1

Calls

no outgoing calls

Tested by 1