Skip to content

Commit 5a32172

Browse files
coolguyzoneAlex Krawiec
and
Alex Krawiec
authored
Implement SEO recs (#12576)
* Implement SEO recs * Update index.mdx --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent 4484f8a commit 5a32172

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/product/releases/index.mdx

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Releases
33
sidebar_order: 110
4-
description: "Learn how to provide information to Sentry about your releases to 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."
55
---
66

77
<Alert>
@@ -10,7 +10,7 @@ If you're looking for the latest Sentry SDK release details, head on over to <a
1010

1111
</Alert>
1212

13-
A _release_ is a version of your code deployed to an environment. When you notify Sentry about a <SandboxLink scenario="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 <SandboxLink scenario="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:
1414

1515
- Each release version (a short version of the release name without the hash)
1616
- The associated project
@@ -46,7 +46,7 @@ We recommend notifying Sentry about a new release before deploying it. But if yo
4646

4747
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.
4848

49-
## Associate Commits
49+
## Associate Commits in Releases
5050

5151
With releases, you can [associate commits](/product/releases/associate-commits/), which keeps track of the commits that were used in a release.
5252

@@ -58,11 +58,11 @@ _Release health_ provides insight into the impact of crashes and bugs as it rela
5858

5959
You can view release health data either from the <SandboxLink scenario="oneIssue" projectSlug="react">Issue Details</SandboxLink> page by selecting the commit ID listed under Last Seen", or from the **Releases** page.
6060

61-
## Different Ways to Resolve Issues
61+
## 3 Different Ways to Resolve Issues
6262

6363
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.
6464

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.
6666

6767
![View of the resolve issue dropdown options on issue details.](./img/resolved_in_options.png)
6868

@@ -78,6 +78,6 @@ The "Resolved in the next release" option works like resolving in the current re
7878

7979
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.
8080

81-
## Learn More
81+
## Learn More About Releases
8282

8383
<PageGrid />

0 commit comments

Comments
 (0)