Don't generate crash reports on the Dev channel (#35915)
We only want minidumps to be generated on actual release builds. Now we avoid spawning crash handler processes for dev builds. To test minidumping you can still set the `ZED_GENERATE_MINIDUMPS` env var which force-enable the feature. Release Notes: - N/A
This commit is contained in:
parent
7862c0c945
commit
021681d456
3 changed files with 14 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -4014,6 +4014,7 @@ dependencies = [
|
|||
"log",
|
||||
"minidumper",
|
||||
"paths",
|
||||
"release_channel",
|
||||
"smol",
|
||||
"workspace-hack",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue