# d

Determines whether to delete the captured artifacts after transmission to the yCrash server.
Set to false if you want to retain the zip file and raw logs for manual inspection or archival.

Type: boolean

Default: true

Example (YAML):

options:
  d: false
1
2

Example (CLI):

./yc -d false
1