Skip to content

Commit 6ab55cd

Browse files
committed
[workers-observability] fix build errors
1 parent a775c8d commit 6ab55cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ products:
66
date: 2025-03-25T12:00:00Z
77
---
88

9+
import { WranglerConfig } from "~/components";
10+
911
Source maps are now Generally Available (GA). You can now be uploaded with a maximum gzipped size of 15 MB.
1012
Previously, the maximum size limit was 15 MB uncompressed.
1113

src/content/docs/workers/observability/source-maps.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ description: Adding source maps and generating stack traces for Workers.
66

77
---
88

9-
import { Render, WranglerConfig } from "~/components"
9+
import { Render, WranglerConfig } from "~/components";
10+
import { FileTree } from "@astrojs/starlight/components";
1011

1112
<Render file="source-maps" product="workers" />
1213

0 commit comments

Comments
 (0)