We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900aedc commit 09d9ff2Copy full SHA for 09d9ff2
src/platform-includes/debug-symbols-apple/_default.mdx
@@ -196,7 +196,7 @@ if which sentry-cli >/dev/null; then
196
export SENTRY_ORG=___ORG_SLUG___
197
export SENTRY_PROJECT=___PROJECT_SLUG___
198
export SENTRY_AUTH_TOKEN=YOUR_AUTH_TOKEN
199
-ERROR=$(sentry-cli upload-dif "$DWARF_DSYM_FOLDER_PATH" 2>&1 >/dev/null)
+ERROR=$(sentry-cli upload-dif "$DWARF_DSYM_FOLDER_PATH" --force-foreground 2>&1 >/dev/null)
200
if [ ! $? -eq 0 ]; then
201
echo "error: sentry-cli - $ERROR"
202
fi
0 commit comments