Skip to content

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

Merged
antonis merged 3 commits into
masterfrom
docs/expo-disable-auto-upload
May 28, 2026
Merged

docs(react-native): Document disableAutoUpload Expo plugin option#17830
antonis merged 3 commits into
masterfrom
docs/expo-disable-auto-upload

Conversation

@antonis

@antonis antonis commented May 21, 2026

Copy link
Copy Markdown
Contributor

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

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment May 28, 2026 5:30am
sentry-docs Ready Ready Preview, Comment May 28, 2026 5:30am

Request Review

Comment thread docs/platforms/react-native/sourcemaps/index.mdx
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

@lucas-zimerman lucas-zimerman left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@coolguyzone coolguyzone left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@antonis antonis merged commit 8b6916d into master May 28, 2026
21 checks passed
@antonis antonis deleted the docs/expo-disable-auto-upload branch May 28, 2026 16:23
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)

3 participants