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

# 설정

> TypeScript SDK 레퍼런스

<div id="settings">
  # 설정
</div>

Ƭ **설정**: `Object`

<div id="type-declaration">
  #### 타입 선언
</div>

| 이름                     | 유형                                                               | 설명                                                                  |                    |                                                                                                                                                                                                                                                                                                                                                   |
| :--------------------- | :--------------------------------------------------------------- | :------------------------------------------------------------------ | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `attributes`           | `Record`\<`string`, `any`>                                       | 이 클라이언트가 생성하는 모든 트레이스에 적용되는 속성 맵입니다.                                |                    |                                                                                                                                                                                                                                                                                                                                                   |
| `genai`                | \{ `batchOptions?`: `BufferConfig` ; `spanProcessor?`: `"batch"` | `"simple"`                                                          | `SpanProcessor`  } | -                                                                                                                                                                                                                                                                                                                                                 |
| `genai.batchOptions?`  | `BufferConfig`                                                   | `BatchSpanProcessor` 설정입니다. `spanProcessor === 'batch'`가 아니면 무시됩니다. |                    |                                                                                                                                                                                                                                                                                                                                                   |
| `genai.spanProcessor?` | `"batch"`                                                        | `"simple"`                                                          | `SpanProcessor`    | GenAI span을 익스포트하는 방식입니다. - `'batch'` (기본값): `BatchSpanProcessor`, 프로덕션 에이전트와 장시간 실행되는 프로세스에 적합합니다. - `'simple'`: `SimpleSpanProcessor`, span마다 HTTP POST를 하나씩 전송합니다. 처리량보다 플러시의 결정성이 더 중요한 테스트와 수명이 짧은 CLI에 유용합니다. - `SpanProcessor` 인스턴스: 사용자가 제공한 프로세서입니다. 호출자가 해당 라이프사이클을 관리하며, `/agents/otel/v1/traces`를 대상으로 하는 Weave OTLP 익스포터는 사용되지 않습니다. |
| `printCallLink`        | `boolean`                                                        | 터미널에 op의 Weave UI 링크를 출력합니다. `Default` `true`                       |                    |                                                                                                                                                                                                                                                                                                                                                   |
| `useOTelV2`            | `boolean`                                                        | OTel을 지원하는 인테그레이션을 해당 OTel 변형으로 라우팅합니다. `Default` `true`            |                    |                                                                                                                                                                                                                                                                                                                                                   |

<div id="defined-in">
  #### 정의 위치
</div>

[src/settings.ts:3](https://github.com/wandb/weave/blob/9591aba8a5e77309ee0858e5ba94d31c1bd7e404/sdks/node/src/settings.ts#L3)

<div id="variables">
  ## 변수
</div>
