GetProjectDestination

July 30, 2026 ยท View on GitHub

Which tracing destination this rule applies to. internal is the hidden Vercel production-tracing drain (internal delivery); external is any customer-configured drain. Derived from the owning drain's delivery type when project tracing is computed; absent on configs persisted before this field existed.

Example Usage

import { GetProjectDestination } from "@vercel/sdk/models/getprojectresponsebody.js";

let value: GetProjectDestination = "external";

Values

"external" | "internal"