Skip to content

Commit 71d8ffd

Browse files
fix: Improve "release not found" message (#2112)
Clarify that users need to check the release, project, and organization when encountering a "release not found" error, since any of these being wrong can cause a "release not found" error. Fixes #2111
1 parent 4ab584d commit 71d8ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/errors/api_error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pub(in crate::api) enum ApiErrorKind {
2626
ResourceNotFound,
2727
#[error("Project not found. Please check that you entered the project and organization IDs or slugs correctly.")]
2828
ProjectNotFound,
29-
#[error("release not found")]
29+
#[error("Release not found. Please verify that you configured the correct release, project, and organization.")]
3030
ReleaseNotFound,
3131
#[error("chunk upload endpoint not supported by sentry server")]
3232
ChunkUploadNotSupported,

0 commit comments

Comments
 (0)