Conversation
…te params, native log forwarding - EAS Build Hooks (PR #5666): document sentry-eas-build-on-complete/error/success binary hooks in SKILL.md; add EAS env vars to environment variables table - Expo Constants Context (PR #5748): document automatic expoConstantsIntegration in error-monitoring.md default integrations table and Device & App Context section; includes expo_constants fields (execution_environment, app_name, eas_project_id, etc.) - Dynamic Route Param Attributes (PR #5750): add section 4c to tracing.md documenting Expo Router [id]/[...slug] params captured as route.params.* span attributes when sendDefaultPii: true - Native SDK Log Forwarding (PR #5622): document onNativeLog callback in error-monitoring.md with consoleSandbox usage to prevent feedback loops; add onNativeLog to SKILL.md Hook Options table and Full init() reference Co-Authored-By: Claude (claude-sonnet-4-5, Anthropic)
Copilot
AI
changed the title
[WIP] Update sentry-react-native-sdk for recent changes
fix(react-native-sdk): document EAS build hooks, expo context, dynamic route params, native error forwarding
Mar 7, 2026
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.
Four recently merged PRs in
getsentry/sentry-react-nativeintroduced new features not covered by the skill. This updatesSKILL.mdand the relevant reference files to close those gaps.Changes
SKILL.md— Expo setup pathsentry-eas-build-on-complete,sentry-eas-build-on-error,sentry-eas-build-on-success),package.jsonregistration,eas secret:create SENTRY_DSN, and the env-var control surface (SENTRY_EAS_BUILD_CAPTURE_SUCCESS,SENTRY_EAS_BUILD_TAGS, etc.)references/error-monitoring.mdExpoConstantsto the default integrations table; documents the automaticexpocontext fields (execution_environment,app_name,eas_project_id, …) that now appear on every event from an Expo apponNativeLogcallback, its parameters, correct usage withSentry.consoleSandbox()to avoid feedback loopsreferences/tracing.md[param],[...slug]), span attribute naming convention (route.params.<key>), catch-all array joining, and thesendDefaultPii: truerequirement for captureOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.