sentry-react-native icon indicating copy to clipboard operation
sentry-react-native copied to clipboard

Degrade gracefully when uploading debug symbols if sentry is unreachable

Open marandaneto opened this issue 3 years ago • 5 comments

Related to https://github.com/getsentry/team-mobile/issues/3

Implementation detail: https://github.com/getsentry/team-mobile/issues/3#issuecomment-1125992486

marandaneto avatar May 13 '22 12:05 marandaneto

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 🥀

github-actions[bot] avatar Jun 04 '22 00:06 github-actions[bot]

Depends on getsentry/sentry-cli#1276

kahest avatar Sep 27 '22 11:09 kahest

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.

krystofwoldrich avatar Sep 29 '22 11:09 krystofwoldrich

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)

krystofwoldrich avatar Oct 05 '22 09:10 krystofwoldrich

CLI now allows --allow-failure and SENTRY_ALLOW_FAILURE

getsentry/sentry-cli@b1ce40f

Release 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.

marandaneto avatar Oct 05 '22 10:10 marandaneto

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.

krystofwoldrich avatar Oct 14 '22 12:10 krystofwoldrich

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.

marandaneto avatar Oct 14 '22 13:10 marandaneto