weave.init("entity/project", settings={"capture_code": False}).
You can also use the environment variable WEAVE_CAPTURE_CODE=false.
Code Capture
Learn how to disable code capture in Weave using a setting or environment variable.
weave.init("entity/project", settings={"capture_code": False}).
You can also use the environment variable WEAVE_CAPTURE_CODE=false.