Skip to content

Commit 8771f64

Browse files
committed
update
1 parent cf74f7c commit 8771f64

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content/changelog/workers/2025-03-25-gzip-source-maps.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@ traces are accessible through Tail Workers, Workers Logs, and Workers Logpush.
3030
To enable source maps, add the following to your
3131
[Pages Function's](/pages/functions/source-maps/) or [Worker's](/workers/observability/source-maps/) wrangler configuration:
3232

33-
<WranglerConfig>```toml upload_source_maps = true ```</WranglerConfig>
33+
{/* prettier-ignore */}
34+
<WranglerConfig>
35+
```toml
36+
upload_source_maps = true
37+
```
38+
</WranglerConfig>

0 commit comments

Comments
 (0)