We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a775c8d commit 6ab55cdCopy full SHA for 6ab55cd
src/content/changelog/workers/2025-03-25-gzip-source-maps.mdx
@@ -6,6 +6,8 @@ products:
6
date: 2025-03-25T12:00:00Z
7
---
8
9
+import { WranglerConfig } from "~/components";
10
+
11
Source maps are now Generally Available (GA). You can now be uploaded with a maximum gzipped size of 15 MB.
12
Previously, the maximum size limit was 15 MB uncompressed.
13
src/content/docs/workers/observability/source-maps.mdx
@@ -6,7 +6,8 @@ description: Adding source maps and generating stack traces for Workers.
-import { Render, WranglerConfig } from "~/components"
+import { Render, WranglerConfig } from "~/components";
+import { FileTree } from "@astrojs/starlight/components";
<Render file="source-maps" product="workers" />
0 commit comments