Skip to content

Commit 1a9a5ce

Browse files
billyvgphilipphofmannmichellewzhang
authored
feat(releases): Add some notes about the new Releases flyout (#13730)
Co-authored-by: Philipp Hofmann <[email protected]> Co-authored-by: Michelle Zhang <[email protected]>
1 parent 7901f1a commit 1a9a5ce

File tree

5 files changed

+33
-0
lines changed

5 files changed

+33
-0
lines changed
Loading
Loading
Loading
Loading
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Using Releases Across Sentry
3+
sidebar_order: 60
4+
description: "Learn how to use releases throughout Sentry's product."
5+
---
6+
7+
## Charts
8+
9+
In most charts, releases are grouped up and displayed as colored boxes underneath the chart. Hovering over the boxes shows a tooltip with the number of releases in that group. Clicking on a box opens a flyout drawer to let you explore the releases within that group.
10+
11+
![A chart showing with the releases boxes underneath the chart](./img/charts_with_releases.png)
12+
13+
## Releases List Drawer
14+
15+
Clicking on a release box underneath a chart opens a flyout drawer showing a zoomed-in view of the chart that was clicked on. This zoomed-in chart has the same time interval as the clicked releases box. There is also a table with a list of the releases inside that time interval. Selecting a single release from the chart or the table will open its details inside of the drawer.
16+
17+
![The Releases List flyout drawer with chart and table](./img/releases_list_flyout_drawer.png)
18+
19+
## Release Details Drawer
20+
21+
The Release Details drawer gives a quick view of a release without leaving the current page. It shows new issues, commits, and files in the release. If you want to explore the Release further, you can click the "View Full Details" button in the top right corner of the flyout.
22+
23+
![The Release Details flyout drawer showing new issues in releases](./img/release_details_flyout_drawer.png)
24+
25+
## Release Version Link
26+
27+
Outside of the **Releases List** page, hovering over any release version link will open a tooltip, showing a tiny preview of the release.
28+
29+
<div style={{width: "309px", height: "220px"}}>
30+
![The Release details tooltip](./img/release_details_tooltip.png)
31+
</div>
32+
33+
Clicking the link will open the [Release Details drawer](#release-details-drawer) with more details of the release, without leaving the current page.

0 commit comments

Comments
 (0)