> ## 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.

# 코드 캡처를 비활성화하려면 어떻게 해야 하나요?

코드 캡처를 비활성화하려면 다음 방법 중 하나를 사용하세요:

* W\&B Weave 클라이언트를 초기화하는 동안 `capture_code`를 `False`로 설정합니다: `weave.init("entity/project", settings={"capture_code": False})`.
* [환경 변수](/ko/weave/guides/core-types/env-vars) `WEAVE_CAPTURE_CODE=false`를 설정합니다.

***

<Badge stroke shape="pill" color="orange" size="md">[코드 캡처](/ko/support/weave/tags/code-capture)</Badge>
