You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/releases/index.mdx
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Releases
3
3
sidebar_order: 110
4
-
description: "Learn how to provide information to Sentry about your releasesto determine regressions and resolve issues quickly."
4
+
description: "Learn how to provide Sentry with important information about your releases, such as release health and release details, to determine regressions and resolve issues faster."
5
5
---
6
6
7
7
<Alert>
@@ -10,7 +10,7 @@ If you're looking for the latest Sentry SDK release details, head on over to <a
10
10
11
11
</Alert>
12
12
13
-
A _release_ is a version of your code deployed to an environment. When you notify Sentry about a <SandboxLinkscenario="oneRelease"projectSlug="react">release</SandboxLink>, you can easily identify new issues and regressions, determine whether an issue was resolved, and monitor the health of your newly deployed app. The **Releases** page provides a visualization of your releases. It presents adoption of releases from the past 24 hours and provides a high-level view of:
13
+
A _release_ is a version of your code deployed to an environment. When you notify Sentry about a <SandboxLinkscenario="oneRelease"projectSlug="react">release</SandboxLink>, you can easily identify new [issues](/product/issues/) and regressions, determine whether an issue was resolved, and monitor the health of your newly deployed app. The **Releases** page provides a visualization of your releases. It presents adoption of releases from the past 24 hours and provides a high-level view of:
14
14
15
15
- Each release version (a short version of the release name without the hash)
16
16
- The associated project
@@ -46,7 +46,7 @@ We recommend notifying Sentry about a new release before deploying it. But if yo
46
46
47
47
You don't need a repository integration for any of these features, though we recommend [installing one as part of an automated release option](/product/releases/setup/release-automation/) for efficiency.
48
48
49
-
## Associate Commits
49
+
## Associate Commits in Releases
50
50
51
51
With releases, you can [associate commits](/product/releases/associate-commits/), which keeps track of the commits that were used in a release.
52
52
@@ -58,11 +58,11 @@ _Release health_ provides insight into the impact of crashes and bugs as it rela
58
58
59
59
You can view release health data either from the <SandboxLinkscenario="oneIssue"projectSlug="react">Issue Details</SandboxLink> page by selecting the commit ID listed under Last Seen", or from the **Releases** page.
60
60
61
-
## Different Ways to Resolve Issues
61
+
## 3 Different Ways to Resolve Issues
62
62
63
63
If you'd like to mark an issue as [resolved](/product/issues/states-triage/#resolve) in both a current and a future release, you can do so by resolving it in a release via the dropdown on the issue details page.
64
64
65
-
There are several options for resolving a release issue. If you'd like to leave the issue unresolved and be notified of it the next time any event is seen in a release, click the main "Resolve" button. But if you'd like to ignore the release issue until it's seen again in your current or next release, you can select "Resolved In The next release" or "Resolved In The current release" from the dropdown.
65
+
There are several options for resolving a release issue. If you'd like to leave the release issue unresolved and be notified of it the next time any event is seen in a release, click the main "Resolve" button. But if you'd like to ignore the release issue until it's seen again in your current or next release, you can select "Resolved In The next release" or "Resolved In The current release" from the dropdown.
66
66
67
67

68
68
@@ -78,6 +78,6 @@ The "Resolved in the next release" option works like resolving in the current re
78
78
79
79
The "Resolved in a commit" option allows you to wait for a release with the specified commit to be created. Once the release is created, new events get checked against the release version or release date. If the new events are from a newer release, the issue gets marked as a regression and appears in your [For Review tab](/product/issues/states-triage/) to be triaged.
0 commit comments