Skip to content

📊 - Add EAS Insights#637

Merged
guytepper merged 1 commit into
mainfrom
add-eas-insights
Jun 28, 2026
Merged

📊 - Add EAS Insights#637
guytepper merged 1 commit into
mainfrom
add-eas-insights

Conversation

@guytepper

Copy link
Copy Markdown
Member

Summary

Adds EAS Insights app-usage analytics — launches, sessions, and OTA update adoption, surfaced in the EAS dashboard's Insights → App usage tab. Complements the startup-performance metrics added via EAS Observe in #636.

Changes

  • Install expo-insights@~56.0.18.

That's the entire integration: the module autolinks as a native module and reports automatically on app launch. No config plugin and no runtime code are required (in SDK 56 expo-insights does not export a config plugin, so it is intentionally not added to the plugins array — doing so fails config resolution). It ties into the existing expo-updates / runtimeVersion setup to attribute events to the right update.

Notes

  • Data only flows from real EAS/native builds, not expo start. Appears under Insights → App usage after the next build.

https://claude.ai/code/session_01HGgWseHtmPxgmsJuhXyWB5

Install expo-insights to report app-usage analytics (launches, sessions,
update adoption) to the EAS Insights dashboard. The module autolinks and
reports on launch — no config plugin or runtime code required.

Claude-Session: https://claude.ai/code/session_01HGgWseHtmPxgmsJuhXyWB5
@guytepper guytepper changed the title 📊 - Add EAS Insights for app-usage analytics 📊 - Add EAS Insights Jun 28, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request adds the expo-insights dependency (version ~56.0.18) to both package.json and bun.lock. There are no review comments, and I have no feedback to provide.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

@guytepper guytepper merged commit 04c7a7d into main Jun 28, 2026
2 checks passed
@guytepper guytepper deleted the add-eas-insights branch June 28, 2026 21:26
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.

1 participant