Skip to content

Commit 29e66e5

Browse files
authored
[workers-observability] remove source maps reference to open beta (#21110)
Co-authored-by: Rohin Lohe <[email protected]>
1 parent c6c4bb0 commit 29e66e5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ import { FileTree } from "@astrojs/starlight/components";
1111

1212
<Render file="source-maps" product="workers" />
1313

14-
:::caution
15-
16-
17-
Support for uploading source maps is available now in open beta. Minimum required Wrangler version: 3.46.0.
18-
19-
20-
:::
21-
2214
## Source Maps
2315

2416
To enable source maps, add the following to your Worker's [Wrangler configuration](/workers/wrangler/configuration/):
@@ -59,6 +51,11 @@ When Cloudflare attempts to remap a stack trace to the Worker's source map, it d
5951

6052
## Limits
6153

54+
:::note[Wrangler version]
55+
Minimum required Wrangler version for source maps: 3.46.0. Check your version by running `wrangler --version`.
56+
:::
57+
58+
6259
| Description | Limit |
6360
| ------------------------------ | ------------- |
6461
| Maximum Source Map Size | 15 MB gzipped |

0 commit comments

Comments
 (0)