# onlyCapture

When set to true, the yc-360 script will collect diagnostic artifacts (GC logs, thread dumps, heap dumps, etc.) and store them locally as a ZIP file in the current directory without transmitting anything to the yCrash server.
Use this mode when offline or in restricted environments.

Type: boolean

Default: false

Example (YAML):

options:
  onlyCapture: true
1
2

Example (CLI):

./yc -onlyCapture
1