fix(mobile-app): Avoid panic if chunk uploading not supported#2567
Merged
szokeasaurusrex merged 1 commit intomasterfrom Jun 25, 2025
Merged
fix(mobile-app): Avoid panic if chunk uploading not supported#2567szokeasaurusrex merged 1 commit intomasterfrom
szokeasaurusrex merged 1 commit intomasterfrom
Conversation
loewenheim
reviewed
Jun 25, 2025
Comment on lines
+276
to
+277
| const SELF_HOSTED_ERROR_HINT: &str = "If you are using a self-hosted Sentry server, \ | ||
| update to the latest version of Sentry to use the mobile-app upload command."; |
Contributor
There was a problem hiding this comment.
I don't see the point of extracting this specific part of the error message
Contributor
There was a problem hiding this comment.
Ah, just saw the other PR.
loewenheim
approved these changes
Jun 25, 2025
szokeasaurusrex
added a commit
that referenced
this pull request
Oct 3, 2025
Fixes #2567 Fixes CLI-119
szokeasaurusrex
added a commit
that referenced
this pull request
Oct 3, 2025
### Description Add a weekly action, which will create issues if any security vulnerabilities are detected in our dependencies. Action was adopted from [`sentry-rust`](https://github.com/getsentry/sentry-rust/blob/9ba9a6452df7b8e828030f4d91ebd0c6664b6707/.github/workflows/weekly.yml#L33-L43) ### Issues Fixes #2567 Fixes CLI-119 <!-- #### Reminders - Add GH Issue ID _&_ Linear ID (if applicable) - PR title should use [conventional commit](https://develop.sentry.dev/engineering-practices/commit-messages/#type) style (`feat:`, `fix:`, `ref:`, `meta:`) - For external contributors: [CONTRIBUTING.md](https://github.com/getsentry/sentry-cli/blob/master/CONTRIBUTING.md), [Sentry SDK development docs](https://develop.sentry.dev/sdk/), [Discord community](https://discord.gg/Ww9hbqr) -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref #2542 (comment)