From b8df3374bb25cc9dd02e0e56b545f0fca5a98591 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Wed, 11 Feb 2026 21:33:01 -0700 Subject: [PATCH] Remove unnused line from bundle-mac (#48972) Closes #ISSUE - [ ] Tests or screenshots needed? - [ ] Code Reviewed - [ ] Manual QA Release Notes: - N/A --- 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..."