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:
Julia Ryan 2025-08-09 06:42:30 -05:00 committed by GitHub
parent 7862c0c945
commit 021681d456
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 1 deletions

1
Cargo.lock generated
View file

@ -4014,6 +4014,7 @@ dependencies = [
"log",
"minidumper",
"paths",
"release_channel",
"smol",
"workspace-hack",
]