From 107ecd15ae3c19f7b9d2f327cf739b1a00583570 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 11 Feb 2026 14:02:53 -0700 Subject: [PATCH] Fix left-over merge badness --- script/bundle-mac | 1 - 1 file changed, 1 deletion(-) diff --git a/script/bundle-mac b/script/bundle-mac index 93ea07b162612d27784dbd0eb54598b0aa2252c3..eae4f861baeb043602eb4af26f7e285d79b9586f 100755 --- a/script/bundle-mac +++ b/script/bundle-mac @@ -310,7 +310,6 @@ function upload_debug_symbols() { fi # note: this uploads the unstripped binary which is needed because it contains # .eh_frame data for stack unwinding. see https://github.com/getsentry/symbolic/issues/783 - sentry-cli debug-files upload --include-sources --wait -p zed -o zed-dev \ # Try uploading up to 3 times for attempt in 1 2 3; do echo "Sentry upload attempt $attempt..."