Skip to content

docs(react-native): Document disableAutoUpload Expo plugin option#17830

Open
antonis wants to merge 2 commits into
masterfrom
docs/expo-disable-auto-upload
Open

docs(react-native): Document disableAutoUpload Expo plugin option#17830
antonis wants to merge 2 commits into
masterfrom
docs/expo-disable-auto-upload

Conversation

@antonis
Copy link
Copy Markdown
Contributor

@antonis antonis commented May 21, 2026

DESCRIBE YOUR PR

Adds documentation for the new disableAutoUpload option in the Sentry React Native Expo plugin. This option lets Expo managed workflow users disable source map and debug symbol uploads directly in the plugin config, which is especially useful when building from the Xcode GUI where environment variables aren't available.

Added an "Expo" subsection under "Disable Automatic Upload" in the source maps page covering three approaches:

  1. disableAutoUpload: true plugin option (baked into native project at prebuild time)
  2. CLI environment variable prefix
  3. EAS build profile env block

Related SDK PR: getsentry/sentry-react-native#6195
Closes getsentry/sentry-react-native#3552

IS YOUR CHANGE URGENT?

  • Urgent deadline (GA date, etc.)
  • Other deadline
  • None: Not urgent, can wait up to 1 week+

⚠️ Should be merged after getsentry/sentry-react-native#6195 is shipped

PRE-MERGE CHECKLIST

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview, Comment May 21, 2026 9:23am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview May 21, 2026 9:23am

Request Review

Comment thread docs/platforms/react-native/sourcemaps/index.mdx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide a way to set SENTRY_DISABLE_AUTO_UPLOAD without access to the env (Expo managed projects)

1 participant