You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,13 @@ Leverage performance profiling with your browser tools with the [tracing crate](
20
20
21
21
Note: `wasm_tracing` uses the global JavaScript `console` and `performance` objects. It will not work in environments where one or both of these are not available, such as Node.js or Cloudflare Workers.
22
22
23
+
24
+
## TODOs
25
+
These features are things I'd like to do with `wasm-tracing`. Suggestions, comments, and complaints are encouraged!
26
+
Please file an issue if you are passionate about a particular use-case or implementation detail.
27
+
-[ ] Traces from `#[tracing::instrument]` macro should be visible in the console
28
+
-[ ] Rewrite how the config works, possibly dependent/mirrored by another `tracing` crates' config w/ console specifics
29
+
23
30
## Usage
24
31
25
32
For the simplest out of the box set-up, you can simply set `wasm_tracing` as your default tracing Subscriber in wasm_bindgen(start)
0 commit comments