Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

export

Method
This is a method of the TraceExporter class in the trace module.
Export a trace.

Signature

def export(&self, trace: &TraceContext) -> Result<(), Box<dyn std::error::Error>>

Parameters

trace
&TraceContext
required
No description available.

Returns

Returns
Result<(), Box<dyn std::error::Error>>
The result of the operation.