Degrade gracefully when uploading debug symbols if sentry is unreachable
Related to https://github.com/getsentry/team-mobile/issues/3
Implementation detail: https://github.com/getsentry/team-mobile/issues/3#issuecomment-1125992486
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog or Status: In Progress, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Depends on getsentry/sentry-cli#1276
When this get resolved https://github.com/getsentry/sentry-cli/pull/1343 we can add documentation for the final solution to the mobile sdks docs. Until then this is blocked.
CLI now allows --allow-failure and SENTRY_ALLOW_FAILURE
https://github.com/getsentry/sentry-cli/commit/b1ce40f53f329814f9f4c14529d6db69e1f33523
Release in version 2.7.0 (note it's missing in changelog on purpose)
CLI now allows
--allow-failureandSENTRY_ALLOW_FAILURERelease in version 2.7.0 (note it's missing in changelog on purpose)
we have to bump the CLI on RN for the major v5 then, after this, and documenting on https://docs.sentry.io/platforms/react-native/troubleshooting/ We can close this issue.
I was wondering, why we can't upgrade the CLI on the v4. I've tried it and it doesn't seem to break anything.
I was wondering, why we can't upgrade the CLI on the v4. I've tried it and it doesn't seem to break anything.
you'd need to address more issues. https://github.com/getsentry/sentry-wizard/issues/181
also, you'd need to patch the wizard v1 instead of v2, its more work, but possible.