Execute collect Vercel debug evidence for support tickets and troubleshooting.
Use when encountering persistent issues, preparing support tickets,
or collecting diagnostic information for Vercel problems.
Trigger with phrases like "vercel debug", "vercel support bundle",
"collect vercel logs", "vercel diagnostic".
Collect a comprehensive debug bundle containing deployment state, function logs, environment configuration, and build output for Vercel support escalation or team troubleshooting.
# Create archive — excludes secrets
tar czf "${BUNDLE_DIR}.tar.gz" "$BUNDLE_DIR"
echo "Debug bundle created: ${BUNDLE_DIR}.tar.gz"
echo "Contents:"
ls -la "$BUNDLE_DIR"/
Bundle Contents Reference
File
Contents
inspect.txt
Deployment inspection output
deployment.json
Deployment state, target, errors
function-logs.txt
Recent function invocation logs
events.json
Deployment event timeline
build-info.json
Build configuration and output
routes-functions.json
Route and function mapping
env-vars-list.txt
Environment variable names (no values)
vercel.json
Project configuration
package-summary.json
Dependencies and versions
environment.txt
System info (Node, CLI, OS)
platform-status.json
Vercel platform status at time of capture
Support Ticket Template
Subject: [Project: my-app] FUNCTION_INVOCATION_TIMEOUT on /api/endpoint
Environment:
- Plan: Pro
- Framework: Next.js 14
- Region: iad1
- Node.js: 18.x
Issue:
[Describe the error, when it started, and the user impact]
Steps to Reproduce:
1. Deploy commit abc123
2. Send POST to /api/endpoint with body > 1MB
3. Function times out after 60s
Expected: 200 response within 5s
Actual: 504 after 60s
Deployment URL: https://my-app-xxx.vercel.app
Debug bundle: [attached]
Output
vercel-debug-YYYYMMDD-HHMMSS.tar.gz archive
All secrets redacted (env var values never captured)