Skip to content

Commit a40a687

Browse files
authored
feat: add callout at top of releases page (#11599)
* add callout at top of releases page * Change wording for a clearer onward journey in the GitHub UI * Add plausible tracking link
1 parent e255dcf commit a40a687

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/product/releases/index.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1-
---
21
title: Releases
32
sidebar_order: 110
43
description: "Learn how to provide information to Sentry about your releases to determine regressions and resolve issues quickly."
4+
55
---
66

7+
<Note>
8+
9+
If you're looking for the latest Sentry SDK release details, head on over to <a href="https://github.com/getsentry" className="plausible-event-name=release+cta">Sentry's GitHub profile</a>, find your specific SDK repo, and browse the tags for releases.
10+
11+
</Note>
12+
713
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:
814

915
- Each release version (a short version of the release name without the hash)

0 commit comments

Comments
 (0)