Skip to content
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

Merged
merged 5 commits into from
Dec 31, 2024
Merged

Drop httpx kwargs #751

merged 5 commits into from
Dec 31, 2024

Conversation

Kludex
Copy link
Member

@Kludex Kludex commented Dec 30, 2024

No description provided.

Comment on lines +1281 to +1284
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.
Copy link
Member Author

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.

Copy link
Contributor

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.

Copy link

cloudflare-workers-and-pages bot commented Dec 30, 2024

Deploying logfire-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 79b80c1
Status: ✅  Deploy successful!
Preview URL: https://f9064418.logfire-docs.pages.dev
Branch Preview URL: https://drop-httpx-kwargs.logfire-docs.pages.dev

View logs

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (3194f19) to head (79b80c1).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@Kludex Kludex requested a review from alexmojaki December 30, 2024 15:38
@Kludex Kludex enabled auto-merge (squash) December 31, 2024 09:37
@Kludex Kludex merged commit ce6eb71 into main Dec 31, 2024
12 checks passed
@Kludex Kludex deleted the drop-httpx-kwargs branch December 31, 2024 09:39
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.

2 participants