Skip to content

Commit 878443d

Browse files
author
Shannon Anahata
committed
resolving conflicts
1 parent 8d2c40b commit 878443d

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

docs/product/index.mdx

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
---
2-
title: Products
2+
title: Product Walkthroughs
3+
sidebar_order: 30
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."
35
---
46

5-
# Products
7+
## What's Sentry?
68

7-
Welcome to the Sentry Products documentation. Here you can find detailed information about our products:
9+
Sentry is a software monitoring tool that helps developers identify and debug performance issues and errors. From end-to-end distributed tracing to performance monitoring, Sentry provides code-level observability that makes it easy to diagnose issues and learn continuously about your application code health across systems and services.
810

9-
<<<<<<< HEAD
1011
## What Can Sentry Help With?
1112

1213
As a full-stack application monitoring solution, Sentry provides the following features to help you keep your app running smoothly and your users happy:
@@ -49,7 +50,7 @@ Our [**LLM Monitoring**](/product/insights/llm-monitoring/) feature gives you in
4950

5051
### Uptime Monitoring
5152

52-
Sentry's [**Uptime Monitoring**](/product/alerts/uptime-monitoring/) helps you maintain uptime for your web services by monitoring relevant URLs. It continuously tracks configured URLs, delivering alerts and insights to quickly identify downtime and troubleshoot issues. By leveraging [distributed tracing](/product/alerts/uptime-monitoring/uptime-tracing/), Sentry enables you to pinpoint any errors that occur during an uptime check, simplifying triage and accelerating root cause analysis.
53+
Sentry's [**Uptime Monitoring**](/product/uptime-monitoring/) helps you maintain uptime for your web services by monitoring relevant URLs. It continuously tracks configured URLs, delivering alerts and insights to quickly identify downtime and troubleshoot issues. By leveraging [distributed tracing](/product/uptime-monitoring/uptime-tracing/), Sentry enables you to pinpoint any errors that occur during an uptime check, simplifying triage and accelerating root cause analysis.
5354

5455
### Recurring Job Monitoring
5556

@@ -74,8 +75,3 @@ Sentry provides many [**integrations**](/organization/integrations/) to support
7475
### SDK Support for Over 100 Platforms
7576

7677
Sentry supports over [100 platforms and frameworks](/platforms/), including 30+ coding languages, so you can track errors and performance issues no matter what your application is built on. Our SDKs have you covered so you can get started with Sentry in just a few lines of code.
77-
=======
78-
- [Sentry](/product/sentry/)
79-
- [Sentry Prevent](/product/sentry-prevent/)
80-
- [Seer](/product/seer/)
81-
>>>>>>> 74618ae7f (top nav with multi-product section and SDK section)

src/components/home.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,8 @@ export default async function Home() {
7070
{/* Right column: Most Viewed SDKs */}
7171
<div className="flex-1 flex flex-col items-center justify-center -mt-4">
7272
<div className="bg-white rounded-xl shadow-md p-6 w-full max-w-md">
73-
<h2 className="text-lg font-semibold mb-1 text-left">
74-
Most Viewed Sentry SDKs
75-
</h2>
76-
<p className="text-left text-gray-600 mb-4">
77-
Get started by setting up Sentry in your app to capture your first errors
78-
</p>
73+
<h2 className="text-lg font-semibold mb-1 text-left">Most Viewed Sentry SDKs</h2>
74+
<p className="text-left text-gray-600 mb-4">Get started by setting up Sentry in your app to capture your first errors</p>
7975
<div className="grid grid-cols-3 gap-4">
8076
{mostViewedSDKs.map(platform => (
8177
<Link
@@ -95,6 +91,7 @@ export default async function Home() {
9591
</Link>
9692
))}
9793
</div>
94+
<a href="#all-sdks" className="text-accent-purple hover:underline font-medium text-base text-left block mt-2">See all SDKs</a>
9895
</div>
9996
</div>
10097
</div>
@@ -212,7 +209,9 @@ export default async function Home() {
212209
</div>
213210
</div>
214211
</div>
215-
<PlatformFilter />
212+
<div id="all-sdks">
213+
<PlatformFilter />
214+
</div>
216215
<h2 className="text-2xl mt-16 mb-6 font-medium">Get to know us</h2>
217216
<div className="flex flex-wrap gap-6">
218217
<Card

0 commit comments

Comments
 (0)