docs(react-native): Revamp integrations page with categories and missing integrations#17801
Open
antonis wants to merge 7 commits into
Open
docs(react-native): Revamp integrations page with categories and missing integrations#17801antonis wants to merge 7 commits into
antonis wants to merge 7 commits into
Conversation
…ing integrations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Breadcrumbs: fetch defaults to false on mobile, add defaults to all options - EventOrigin: clarify these are tags, not top-level event properties - ReactNativeInfo: add missing context fields (hermes_debug_info, expo versions) - Spotlight: clarify __DEV__ guard only applies to init option, not manual usage - Web vs Mobile: add ReactNativeErrorHandlers and NativeLinkedErrors to mobile-only list Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove duplicated default integrations list from index, link to default.mdx - Fix NativeLinkedErrors example to use plain JS instead of DOM APIs - Remove misleading Dedupe code example (it's already enabled by default) - Move "Unhandled Promise Rejections" out of Optional (it's a reference page, already linked from ReactNativeErrorHandlers in default.mdx) - Add version annotations to deeplink (8.8.0) and spotlight (6.0.0) pages - Remove inaccurate "C++" from NativeLinkedErrors (only Java and ObjC) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Replace standalone _(Mobile only)_ lines with inline descriptions to match existing page patterns in the directory - Add title="Note" to spotlight Alert for consistency with other Alerts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DESCRIBE YOUR PR
Revamps the React Native integrations page to address getsentry/sentry-react-native#3876. The three tasks from the issue:
react-native-web— Added a "Web vs. Mobile" section listing mobile-only and web-only integrations, plus inline_(mobile only)_annotations throughout.sentry-react-native— Documented ReactNativeErrorHandlers, DeviceContext, EventOrigin, ReactNativeInfo, NativeRelease indefault.mdx. Created new pages for Deep Link and Spotlight integrations.domandhistoryoptions don't apply on mobile; added the Web vs. Mobile summary section to the index.Changes
integrations/index.mdx— Replaced bare<PageGrid />with a categorized overview: Default, React, Tracing, Session Replay, Profiling, Library/AI, Logging, and Optional integrations. Cross-links to tracing/profiling/replay docs where integrations are documented outside the integrations directory.integrations/default.mdx— Added 5 previously undocumented RN-specific default integrations (ReactNativeErrorHandlers, DeviceContext, EventOrigin, ReactNativeInfo, NativeRelease). Reorganized into "Error Handling" and "Context & Enrichment" sections. Added Alert about mobile vs web breadcrumb options.integrations/deeplink.mdx(new) — Documents thedeeplinkIntegrationfor capturing deep link navigation as breadcrumbs, including PII sanitization behavior.integrations/spotlight.mdx(new) — Documents thespotlightIntegrationfor forwarding events to Spotlight during local development.IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST