# LangSmithTracing

> **Class** in `langgraph_sdk`

📖 [View in docs](https://reference.langchain.com/python/langgraph-sdk/schema/LangSmithTracing)

Configuration for LangSmith tracing.

## Signature

```python
LangSmithTracing()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    project_name: str,
    example_id: str,
)
```

| Name | Type |
|------|------|
| `project_name` | `str` |
| `example_id` | `str` |


## Properties

- `project_name`
- `example_id`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/6719d34023ced81382223407c665fd0980279eea/libs/sdk-py/langgraph_sdk/schema.py#L111)