-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --ignore
to logfire inspect
#748
Conversation
Deploying logfire-docs with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #748 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 137 137
Lines 10926 10935 +9
Branches 1549 1550 +1
=========================================
+ Hits 10926 10935 +9 ☔ View full report in Codecov by Sentry. |
['urllib3', 'requests'], | ||
{ | ||
'opentelemetry-instrumentation-requests', | ||
'opentelemetry-instrumentation-urllib', | ||
'opentelemetry-instrumentation-sqlite3', | ||
}, | ||
), | ||
( | ||
'inspect --ignore urllib --ignore sqlite3', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think i'd much rather write inspect --ignore urllib,sqlite3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Click accepts both for lists. I never use the comma, but I've created a custom action to do it.
3e53e94
to
8cb110b
Compare
No description provided.