CreateTraceSessionRequestBody

July 24, 2026 ยท View on GitHub

Example Usage

import { CreateTraceSessionRequestBody } from "@vercel/sdk/models/createtracesessionop.js";

let value: CreateTraceSessionRequestBody = {
  projectId: "<id>",
  hostname: "charming-guidance.name",
};

Fields

FieldTypeRequiredDescription
projectIdstring:heavy_check_mark:The project ID the deployment belongs to.
hostnamestring:heavy_check_mark:The deployment hostname to scope the trace session to.