Skip to content
Open
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
3 changes: 3 additions & 0 deletions src/content/docs/workers/wrangler/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ Non-inheritable keys are configurable at the top-level, but cannot be inherited
- `tail_consumers` <Type text="object" /> <MetaInfo text="optional" />
- A list of the Tail Workers your Worker sends data to. Refer to [Tail Workers](/workers/observability/logs/tail-workers/).

- `version_metadata` <Type text="object" /> <MetaInfo text="optional" />
- Determines the environment variable name to bind version metadata to. Refer to [Version metadata](/workers/runtime-apis/bindings/version-metadata/).

## Types of routes

There are three types of [routes](/workers/configuration/routing/): [Custom Domains](/workers/configuration/routing/custom-domains/), [routes](/workers/configuration/routing/routes/), and [`workers.dev`](/workers/configuration/routing/workers-dev/).
Expand Down