Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/product/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Product Walkthroughs
sidebar_order: 30
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."
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."
---

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

## What Can Sentry Help With?

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

### Error Monitoring

Expand Down
6 changes: 3 additions & 3 deletions docs/product/sentry-basics/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: An Intro to Sentry
title: Getting Started With Sentry
sidebar_order: 10
description: "Learn about our recommendations for getting the most out of Sentry."
---
Expand All @@ -18,8 +18,8 @@ There are three things we recommend you do to get the most out of Sentry:

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

## Tutorials: Frontend and Backend Error Monitoring
## Tutorials: Distributed Tracing, Frontend and Backend Error Monitoring

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

<PageGrid />
2 changes: 1 addition & 1 deletion src/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function Home() {
<PlatformFilter platforms={sortedPlatforms} />
<h2 className="text-2xl mt-16 mb-6 font-medium">Get to know us</h2>
<div className="flex flex-wrap gap-6">
<Link href="/product/sentry-basics/" className="w-full">
<Link href="/product/" className="w-full">
<div className="flex flex-col md:flex-row shadow dark:bg-[var(--gray-4)] p-6 rounded gap-4">
<Image src={RocketImage} height={64} alt="Rocket image" />
<div className="space-y-2">
Expand Down
Loading