-
-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS source map only works with force-foreground flag #3456
Comments
Hi, |
I reproduced the issue, thank you for the repository, we are still investigation why is it happening. |
Based on our investigation the background upload is working in https://github.com/getsentry/sentry-cli/releases/tag/2.21.3. You can manually downgrade to that version of Sentry CLI until we fix the bug. |
Please follow the |
OS:
Platform:
SDK:
@sentry/react-native
(>= 1.0.0)react-native-sentry
(<= 0.43.2)SDK version: 5.15.1
react-native
version: 0.73.0Are you using Expo?
Are you using sentry.io or on-premise?
If you are using sentry.io, please post a link to your issue so we can take a look:
Unminified code issue
Issue with workaround
Configuration:
(
@sentry/react-native
)I have the following issue:
When a crash happens on iOS, Sentry doesn't capture sourcemap unless I set the force foreground flag adding
export SENTRY_CLI_EXTRA_ARGS="--force-foreground"
at.xcode.env
Steps to reproduce:
Reproducer repo
Actual result:
Sentry issues dashboard shows the crash, but with unminified code
Expected result:
Sentry issues dashboard shows the crash with unminified code
The text was updated successfully, but these errors were encountered: