Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions src/content/docs/workers/observability/source-maps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ import { FileTree } from "@astrojs/starlight/components";

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

:::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/):
Expand Down Expand Up @@ -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 |
Expand Down