Skip to main content
POST
Tracking releases allows Kodo to:
  • Correlate errors with specific deployments
  • Detect regressions (previously resolved errors reappearing)
  • Show error trends across versions
  • Identify which deploy introduced new issues

Request Body

string
required
Semantic version or release identifier (e.g., “1.2.3”, “2024-01-15-abc”)
string
required
The service this release belongs to
string
default:"production"
Deployment environment: production, staging, development
string
Git commit SHA for this release
string
Repository URL for linking to commits
string
User or system that triggered the deploy

Response

Returns the created release object.
Add release tracking to your CI/CD pipeline to automatically correlate errors with deployments. This makes it easy to identify which deploy introduced issues.