> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Exporter • Rust AI Agent SDK

> add_exporter: Add an exporter.

# add\_exporter

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**Tracer**](../classes/Tracer) class in the [**trace**](../modules/trace) module.

Add an exporter.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def add_exporter(&self, exporter: impl TraceExporter + 'static) -> ()
```

## Parameters

<ParamField query="exporter" type="impl TraceExporter + 'static" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="()">
  The result of the operation.
</ResponseField>
