Skip to content

Commit 9add7e0

Browse files
coolguyzoneAlex Krawiec
andauthored
Small tweaks to intro navigation for a more intuitive flow (#11784)
* Small tweaks to intro navigation for a more intuitive flow * Update /product/ description --------- Co-authored-by: Alex Krawiec <[email protected]>
1 parent ba29383 commit 9add7e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/product/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Product Walkthroughs
33
sidebar_order: 30
4-
description: "Get an overview of how you can use Sentry to not just observe, but debug errors, get to the root of user complaints, and identify performance bottlenecks."
4+
description: "Sentry can be used to not just observe, but debug errors as well as identify performance issues. Check out our product walkthroughs to see it in action."
55
---
66

77
## What's Sentry?
@@ -10,7 +10,7 @@ Sentry is a software monitoring tool that helps developers identify and debug pe
1010

1111
## What Can Sentry Help With?
1212

13-
As a full-stack application monitoring solution, Sentry provides the following features to help you keep your app running smoothly and your users happy.
13+
As a full-stack application monitoring solution, Sentry provides the following features to help you keep your app running smoothly and your users happy:
1414

1515
### Error Monitoring
1616

docs/product/sentry-basics/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: An Intro to Sentry
2+
title: Getting Started With Sentry
33
sidebar_order: 10
44
description: "Learn about our recommendations for getting the most out of Sentry."
55
---
@@ -18,8 +18,8 @@ There are three things we recommend you do to get the most out of Sentry:
1818

1919
**Want a TL;DR for getting started? Download our ["Developer Quick Reference Guide"](/pdfs/developer-quick-reference-guide.pdf)**
2020

21-
## Tutorials: Frontend and Backend Error Monitoring
21+
## Tutorials: Distributed Tracing, Frontend and Backend Error Monitoring
2222

23-
Learn how to set up Sentry by following along with a step-by-step frontend or backend tutorial.
23+
Learn how to set up Sentry by following along with a step-by-step distributed tracing, frontend or backend tutorial.
2424

2525
<PageGrid />

src/components/home.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function Home() {
6060
<PlatformFilter platforms={sortedPlatforms} />
6161
<h2 className="text-2xl mt-16 mb-6 font-medium">Get to know us</h2>
6262
<div className="flex flex-wrap gap-6">
63-
<Link href="/product/sentry-basics/" className="w-full">
63+
<Link href="/product/" className="w-full">
6464
<div className="flex flex-col md:flex-row shadow dark:bg-[var(--gray-4)] p-6 rounded gap-4">
6565
<Image src={RocketImage} height={64} alt="Rocket image" />
6666
<div className="space-y-2">

0 commit comments

Comments
 (0)