diff --git a/src/content/docs/workers/observability/source-maps.mdx b/src/content/docs/workers/observability/source-maps.mdx index 436beec6684d12d..cf9e49b69203a5f 100644 --- a/src/content/docs/workers/observability/source-maps.mdx +++ b/src/content/docs/workers/observability/source-maps.mdx @@ -11,14 +11,6 @@ import { FileTree } from "@astrojs/starlight/components"; -:::caution - - -Support for uploading source maps is available now in open beta. Minimum required Wrangler version: 3.46.0. - - -::: - ## Source Maps 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 ## Limits +:::note[Wrangler version] +Minimum required Wrangler version for source maps: 3.46.0. Check your version by running `wrangler --version`. +::: + + | Description | Limit | | ------------------------------ | ------------- | | Maximum Source Map Size | 15 MB gzipped |