SDK Changes Detected
The following PRs were merged to getsentry/sentry-react-native in the last 7 days that may affect the sentry-react-native-sdk skill:
Potential Skill Gaps
-
New Framework Integration — EAS Build Hooks (PR #5666): The SDK now provides EAS build hooks for automated error reporting during EAS build lifecycle events. This is a new integration for Expo users building with EAS. The skill currently mentions EAS Build only as a build environment for source maps and session replay, not as a first-class integration with build lifecycle hooks. This may require updates to the Expo setup path in SKILL.md and potentially a new section in the Expo-specific guidance.
-
New Feature — Expo Constants Context (PR #5748): The SDK now automatically adds a new expo context to events, containing EAS/Expo configuration metadata (how EAS was set up in the current app). This enriches error events with Expo-specific context data. The skill doesn't describe this automatic context enrichment for Expo apps.
-
New Feature — Dynamic Route Param Attributes (PR #5750): The SDK now captures dynamic route parameters (e.g., userId in /users/:userId) as span attributes during navigation tracing. This improves trace quality for apps using Expo Router or React Navigation with dynamic routes. The skill's tracing reference should document this behavior.
-
New Feature — Native Error Forwarding (PR #5622): New iOS and Android capability to intercept errors from the native side and forward them to the JS console. This is a new error capture pathway not mentioned in the skill's error monitoring section.
Skill Files to Review
skills/sentry-react-native-sdk/SKILL.md — Expo setup section, tracing features
skills/sentry-react-native-sdk/references/tracing.md — dynamic route param span attributes
skills/sentry-react-native-sdk/references/error-monitoring.md — native error forwarding
Priority
MEDIUM — multiple new features for Expo users (the primary audience growth area for RN SDK) plus new tracing and error capture capabilities.
Generated by SDK Skill Drift Detector · ◷
SDK Changes Detected
The following PRs were merged to
getsentry/sentry-react-nativein the last 7 days that may affect thesentry-react-native-sdkskill:Potential Skill Gaps
New Framework Integration — EAS Build Hooks (PR
#5666): The SDK now provides EAS build hooks for automated error reporting during EAS build lifecycle events. This is a new integration for Expo users building with EAS. The skill currently mentions EAS Build only as a build environment for source maps and session replay, not as a first-class integration with build lifecycle hooks. This may require updates to the Expo setup path inSKILL.mdand potentially a new section in the Expo-specific guidance.New Feature — Expo Constants Context (PR
#5748): The SDK now automatically adds a newexpocontext to events, containing EAS/Expo configuration metadata (how EAS was set up in the current app). This enriches error events with Expo-specific context data. The skill doesn't describe this automatic context enrichment for Expo apps.New Feature — Dynamic Route Param Attributes (PR
#5750): The SDK now captures dynamic route parameters (e.g.,userIdin/users/:userId) as span attributes during navigation tracing. This improves trace quality for apps using Expo Router or React Navigation with dynamic routes. The skill's tracing reference should document this behavior.New Feature — Native Error Forwarding (PR
#5622): New iOS and Android capability to intercept errors from the native side and forward them to the JS console. This is a new error capture pathway not mentioned in the skill's error monitoring section.Skill Files to Review
skills/sentry-react-native-sdk/SKILL.md— Expo setup section, tracing featuresskills/sentry-react-native-sdk/references/tracing.md— dynamic route param span attributesskills/sentry-react-native-sdk/references/error-monitoring.md— native error forwardingPriority
MEDIUM — multiple new features for Expo users (the primary audience growth area for RN SDK) plus new tracing and error capture capabilities.