Skip to content

Commit a3ef156

Browse files
authored
chore: update README.md and CHANGELOG.md (#18)
1 parent 691b5cd commit a3ef156

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
- Thanks @rksm!
77
- notes: the addition of `origin_base_url` implies that `WasmLayerConfig` is no longer copy.
88

9+
### Changed
10+
- `set_as_global_default_with_config` now returns a Result. This will fail if the global default is already set.
11+
912
### Removed
1013
- `WASMLayerConfig` and `WASMLayer` type aliases. Use `WasmLayerConfig` and `WasmLayer`, respectively.
1114

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ Leverage performance profiling with your browser tools with the [tracing crate](
2020

2121
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.
2222

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+
2330
## Usage
2431

2532
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

Comments
 (0)