Skip to content

Commit ab9dc8f

Browse files
Update src/content/docs/workers/observability/dev-tools/cpu-usage.mdx
Co-authored-by: ToriLindsay <[email protected]>
1 parent c69139e commit ab9dc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers/observability/dev-tools/cpu-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For Rust Workers, add the following to your `Cargo.toml` to preserve [DWARF](htt
4141
dwarf-debug-info = true
4242
```
4343

44-
And update `wrangler.toml` to configure wasm-pack (via worker-build) to use the `dev` [profile](https://rustwasm.github.io/docs/wasm-pack/commands/build.html#profile) to preserve debug symbols:
44+
Then, update your `wrangler.toml` to configure wasm-pack (via worker-build) to use the `dev` [profile](https://rustwasm.github.io/docs/wasm-pack/commands/build.html#profile) to preserve debug symbols.
4545

4646
```toml title="Cargo.toml"
4747
[build]

0 commit comments

Comments
 (0)