Skip to content

Commit

Permalink
ref(chunks): Remove upload-dif reference from poll_assemble
Browse files Browse the repository at this point in the history
We should not mention `upload-dif` in this error message because (1) `upload-dif` is a soft-deprecated hidden alias to `debug-files upload` and (2) `poll_assemble` has now been generalized and could be used with other commands in the future.

For reason (2), this change makes the error message general rather than referring to the `debug-files upload` command.
  • Loading branch information
szokeasaurusrex committed Dec 18, 2024
1 parent 27c7296 commit 3fd0566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/chunks/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ where

if chunks_missing {
anyhow::bail!(
"Some uploaded files are now missing on the server. Please retry by running \
`sentry-cli upload-dif` again. If this problem persists, please report a bug.",
"Some uploaded files are now missing on the server. Please try rerunning \
the command. If this problem persists, please report a bug.",
);
}

Expand Down

0 comments on commit 3fd0566

Please sign in to comment.