[eas-cli] add environment filter to observe commands - #4275
Open
kadikraman wants to merge 9 commits into
Open
Conversation
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
|
✅ Thank you for adding the changelog entry! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4275 +/- ##
==========================================
+ Coverage 64.05% 64.05% +0.01%
==========================================
Files 1042 1042
Lines 48009 48015 +6
Branches 10130 10135 +5
==========================================
+ Hits 30745 30751 +6
Misses 17148 17148
Partials 116 116 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
douglowder
approved these changes
Aug 28, 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.
Why
Part of ENG-26159
We want to match the filters on the dashboard to we could correctly pre-fill them in the prompts.
How
Add the
--environmentfilter tometrics-summary,routes,events,versionsandsessionTest Plan
Tested locally against staging (I used
--environment playgroundin my personal app just fyi, but I'll past the examples with the more popular--environment production):Metrics summary
Metrics
Routes
Events
eas observe:events --environment production # summary of event names + counts eas observe:events login_pressed --environment production eas observe:events --all-events --environment development --days 3Versions
Session