Skip to content

Commit 938c48d

Browse files
authored
Add navigation information (#2905)
* add navigation information * edit due to UI updates
1 parent 648bf8e commit 938c48d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docs/product/releases/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ Each release links to one project. If a release has multiple projects, Sentry wi
3737

3838
![View of the release index page showing each version of projects related to the release and the project details.](release_index.png)
3939

40-
4140
## Track Release Health
4241

4342
_Release health_ provides insight into the impact of crashes and bugs as it relates to your user's experience and reveals trends with each new issue. Monitor [Release Health](/product/releases/health/) by observing user adoption, usage of the application, percentage of crashes, and session data.
4443

44+
You can view Release Health data either from the Issue Details page by selecting the commit ID listed under **Last Seen** or from the Releases homepage.
45+
4546
## Apply Source Maps
4647

4748
Releases are required to apply [source maps](/platforms/javascript/sourcemaps/) for our JavaScript SDK, which lets you view source code context obtained from stack traces in their original untransformed form. This is particularly useful for debugging minified code (for example, UglifyJS), or transpiled code from a higher-level language (such as TypeScript and ES6).

0 commit comments

Comments
 (0)