Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/resources/expo-observe.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/pages/eas/observe/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ For details on filtering, release comparison, and session investigation, see the
You can also query metrics from the terminal using the EAS CLI:

- `eas observe:versions`: Lists app versions along with their build IDs, update group IDs, and release dates. Useful for finding the version identifiers needed to filter the other commands.
- `eas observe:metrics-summary`: Shows aggregated performance metric statistics (such as median, p75, and p95 values) grouped by app version. Use this to compare overall startup performance across releases.
- `eas observe:metrics-summary`: Shows aggregated performance metric statistics (such as median, p90, and p99 values) grouped by app version. Use this to compare overall startup performance across releases.
- `eas observe:metrics`: Shows individual performance metric events ordered by value, including session and device metadata. Use this to investigate specific slow sessions or outliers.
- `eas observe:routes`: Shows navigation metrics (cold and warm time to first render, and time to interactive) grouped by route name. Requires the [Expo Router](/eas/observe/integrations/expo-router/) or [React Navigation](/eas/observe/integrations/react-navigation/) integration.
- `eas observe:session`: Shows the full event timeline for a single session.
Expand Down
1 change: 1 addition & 0 deletions docs/pages/versions/unversioned/sdk/observe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Observe
description: A library that collects app performance metrics and user-defined events and dispatches them to EAS Observe.
sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-observe'
packageName: 'expo-observe'
iconUrl: '/static/images/packages/expo-observe.png'
platforms: ['android', 'ios', 'tvos']
---

Expand Down
1 change: 1 addition & 0 deletions docs/pages/versions/v55.0.0/sdk/observe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Observe
description: A library that collects app performance metrics and dispatches them to EAS Observe.
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-55/packages/expo-observe'
packageName: 'expo-observe'
iconUrl: '/static/images/packages/expo-observe.png'
platforms: ['android', 'ios', 'tvos']
---

Expand Down
1 change: 1 addition & 0 deletions docs/pages/versions/v56.0.0/sdk/observe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Observe
description: A library that collects app performance metrics and user-defined events and dispatches them to EAS Observe.
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-56/packages/expo-observe'
packageName: 'expo-observe'
iconUrl: '/static/images/packages/expo-observe.png'
platforms: ['android', 'ios', 'tvos']
---

Expand Down
1 change: 1 addition & 0 deletions docs/pages/versions/v57.0.0/sdk/observe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Observe
description: A library that collects app performance metrics and user-defined events and dispatches them to EAS Observe.
sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-57/packages/expo-observe'
packageName: 'expo-observe'
iconUrl: '/static/images/packages/expo-observe.png'
platforms: ['android', 'ios', 'tvos']
---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading