Skip to content

feat(react-native): Document enableMemoryIntrospection iOS option - #19276

Open
antonis wants to merge 1 commit into
masterfrom
rn-enable-memory-introspection
Open

feat(react-native): Document enableMemoryIntrospection iOS option#19276
antonis wants to merge 1 commit into
masterfrom
rn-enable-memory-introspection

Conversation

@antonis

@antonis antonis commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

DESCRIBE YOUR PR

⚠️ Should be merged after getsentry/sentry-react-native#6674 is released

Documents the new iOS-only enableMemoryIntrospection option in the React Native configuration reference (Hybrid SDK Options).

When the SDK captures a native crash on iOS (e.g. EXC_BAD_ACCESS), SentryCrash reads memory near the crash site and embeds string-based stack contents in the event, which can expose sensitive information. This option lets privacy-sensitive apps keep native crash reporting while omitting memory contents.

Companion SDK change: getsentry/sentry-react-native#6674 (resolves getsentry/sentry-react-native#6547). The option ships in React Native SDK 8.26.0, so the availableSince reflects that — please hold merge until that release is out.

IS YOUR CHANGE URGENT?

  • Urgent deadline (GA date, etc.): YYYY-MM-DD
  • Other deadline: YYYY-MM-DD
  • No deadline: Not urgent, can wait up to 1 week+

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

Adds the enableMemoryIntrospection option to the React Native
configuration reference. It lets apps omit crash-site memory contents
from native iOS crash reports.

Ref getsentry/sentry-react-native#6547
@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
sentry-docs Ready Ready Preview Sep 4, 2026 9:01am UTC
1 Skipped Deployment
Project Deployment Actions Updated
develop-docs Ignored Ignored Sep 4, 2026 9:01am UTC

Request Review

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Priority: Normal Docs review has no urgent deadline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose iOS enableMemoryIntrospection option

2 participants