Documentation

Release

A release string tags every error from that build so you can compare versions.

What it is

Optional version label on events — a semver, git commit, or CI build id. Same string for one deploy; pair with environment so production and staging stay separate when the version matches.

Also feeds the release incident rule (clusters of new issues after a ship).

In the dashboard

With release set, errors group by version on Releases:

Latest version: new issues first seen after that deploy, and open-issue change vs the previous ship. Below: earlier versions with event and issue counts. On a single issue you still see which version the user was on.

Without a release label, issues and alerts work; you just lose the version breakdown.

In the SDK

Pass release once in init. API: SDK → Release.