Is your feature request related to a problem? Please describe.
I was frustrated with the performance monitoring infrastructure for WASM, and really enjoyed using the tracing crate for logging events and measuring timings in other applications. But, at the time I was frustrated, I didn't see anything that could use tracing in the WASM context, so we began developing our own tracing "Layer" compatible with wasm-bindgen in the tracing-wasm crate.
This crate is early on and may need some additional users to report on what they would like to customize it with, but it does provide great value to a current professional project of mine.
Describe the solution you'd like
Perhaps we could include a reference to these two crates in the Time Profiling section so people can more easily find this avenue.
Describe alternatives you've considered
I've shared my crate with the tokio-rs #tracing Discord channel to have the tracing crate include the crate in their readme.
Additional context
Add any other context or screenshots about the feature request here.
Here's a sample screenshot of what we're able to see in our Chrome DevTools with this crate:
Is your feature request related to a problem? Please describe.
I was frustrated with the performance monitoring infrastructure for WASM, and really enjoyed using the
tracing
crate for logging events and measuring timings in other applications. But, at the time I was frustrated, I didn't see anything that could usetracing
in the WASM context, so we began developing our owntracing
"Layer" compatible with wasm-bindgen in thetracing-wasm
crate.This crate is early on and may need some additional users to report on what they would like to customize it with, but it does provide great value to a current professional project of mine.
Describe the solution you'd like Perhaps we could include a reference to these two crates in the Time Profiling section so people can more easily find this avenue.
Describe alternatives you've considered I've shared my crate with the tokio-rs #tracing Discord channel to have the
tracing
crate include the crate in their readme.Additional context Add any other context or screenshots about the feature request here. Here's a sample screenshot of what we're able to see in our Chrome DevTools with this crate: