-
Notifications
You must be signed in to change notification settings - Fork 87
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
Drop httpx kwargs #751
Drop httpx kwargs #751
Conversation
request_hook: A function called right after a span is created for a request. | ||
response_hook: A function called right before a span is finished for the response. | ||
async_request_hook: A function called right after a span is created for an async request. | ||
async_response_hook: A function called right before a span is finished for an async response. |
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.
Please apply anything you'd like here.
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 do think we should improve this but it'll be easier to do that along with other docs, so let's merge this PR because it's easily an improvement but keep this whole docstring in mind.
Deploying logfire-docs with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #751 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 135 135
Lines 10916 10912 -4
Branches 1549 1549
=========================================
- Hits 10916 10912 -4 ☔ View full report in Codecov by Sentry. |
No description provided.