-
-
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
Make tracing an optional feature #331
Comments
Sure, feel free to make it happen. :) |
@bilelmoussaoui this will unfortunately be a breaking change though for tokio users since they typically disable the default features. If we don't add this to the default features, then it breaks for everyone cause they now have to explicitly enabled it. |
I am ok with it being a default feature |
Yeah, of course but that doesn't help with the issue I described. |
I decided to work on this a little bit today, but I ran into a problem with the How does that sound? |
Thanks for taking it up. 👍
Sounds good but the simpler/cleaner the solution, the better. The |
In GitLab by @bilelmoussaoui on Apr 26, 2023, 10:09
It ends up pulling
tracing
/tracing-core
/tracing-attributes
indirectly. As in the libraries I wrote on top of zbus, I explicitly added atracing
feature, I would love if that feature would also control zbus's futuretracing
support.The text was updated successfully, but these errors were encountered: