-
Notifications
You must be signed in to change notification settings - Fork 188
Export Context Propagate APIs through Logfire Interface #1385
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
Export Context Propagate APIs through Logfire Interface #1385
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Thanks! Please also update docs where possible, e.g. https://logfire.pydantic.dev/docs/how-to-guides/distributed-tracing/#manual-context-propagation. The old usage is still correct but it'd be nice to show the new simpler usage. |
|
@alexmojaki I have cross-checked and ensured all code examples and documentation is using Also once done, please let me know what issue I can pick up next. |
|
Thanks! If you'd like to do more take a look at https://github.com/pydantic/logfire/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22good%20first%20issue%22 |
This PR addresses feedback provided in the issue #1324 by exporting
propagate.py'sget_contextandattach_contextAPIs through the Logfire module interface.