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