GetProjectSamplingRules
June 30, 2026 ยท View on GitHub
Example Usage
import { GetProjectSamplingRules } from "@vercel/sdk/models/getprojectresponsebody.js";
let value: GetProjectSamplingRules = {
rate: 2733.38,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
rate | number | :heavy_check_mark: | N/A |
env | models.GetProjectProjectsEnv | :heavy_minus_sign: | N/A |
requestPath | string | :heavy_minus_sign: | N/A |
destination | models.GetProjectDestination | :heavy_minus_sign: | 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. |