Skip to content

Commit 981c7c9

Browse files
coolguyzoneAlex Krawiec
andauthored
Update nav for Java SDKs (#15726)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR See changes on https://sentry-docs-git-feat-update-java-nav.sentry.dev/platforms/java/ and all Java SDKs Sidebar Sections Added 'Features' section with organized feature pages Added 'Configuration' section Both sections now have proper headers and grouping Features Section (sidebar_section: features) Order: Capturing Errors → Logs → Tracing → Profiling → Crons Renamed 'Usage' to 'Capturing Errors' Added 'new' tag to Logs Added 'beta' tag to Metrics Reordered all features for consistency Configuration Section (sidebar_section: configuration) Order: Enriching Events → Extended Configuration → Integrations → Data Management → Security Policy Reporting → Migration Guide → Troubleshooting Follows the pattern established in #15440 ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [ ] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) --------- Co-authored-by: Alex Krawiec <alex.krawiec@R7J1Y747QQ.local>
1 parent fe32c0d commit 981c7c9

File tree

26 files changed

+57
-28
lines changed

26 files changed

+57
-28
lines changed

docs/platforms/java/common/async/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Async Methods
33
description: "Learn about how to propagate Scope to Spring async methods."
4-
sidebar_order: 6
4+
sidebar_order: 4.1
5+
sidebar_section: configuration
56
supported:
67
- java.spring
78
- java.spring-boot

docs/platforms/java/common/configuration/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: Configuration
2+
title: Extended Configuration
3+
sidebar_title: Extended Configuration
34
description: "Learn more about how to configure the SDK. These options are set when the SDK is first initialized, passed to the init method as an object."
4-
sidebar_order: 5
5+
sidebar_order: 2
6+
sidebar_section: configuration
57
---
68

79
## Setting the DSN (Data Source Name)

docs/platforms/java/common/crons/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set Up Crons
33
sidebar_title: Crons
44
description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application."
5-
sidebar_order: 5750
5+
sidebar_order: 5
6+
sidebar_section: features
67
---
78

89
Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Data Management
33
description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems.
4-
sidebar_order: 2500
4+
sidebar_order: 4
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Enriching Events
33
description: Enrich events with additional context to make debugging simpler.
4-
sidebar_order: 2300
4+
sidebar_order: 1
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/java/common/feature-flags/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Set Up Feature Flags
33
sidebar_title: Feature Flags
4-
sidebar_order: 7500
4+
sidebar_order: 7
5+
sidebar_section: features
56
description: With Feature Flags, Sentry tracks feature flag evaluations in your application, keeps an audit log of feature flag changes, and reports any suspicious updates that may have caused an error.
67
---
78

docs/platforms/java/common/gradle/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Gradle
33
description: Learn about using the Sentry Gradle Plugin.
4-
sidebar_order: 100
4+
sidebar_order: 8
5+
sidebar_section: features
56
og_image: /og-images/platforms-java-common-gradle.png
67
---
78

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: Integrations
33
description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically."
4-
sidebar_order: 200
4+
sidebar_order: 3
5+
sidebar_section: configuration
56
---
67

78
<PageGrid />

docs/platforms/java/common/legacy/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Legacy SDK (1.7)
3-
sidebar_order: 10000
3+
sidebar_order: 9
4+
sidebar_section: configuration
45
---
56

67
This section covers the legacy Sentry SDK for Java (1.7.x), which is no longer under active development. We **strongly encourage** updating to [the updated Java SDK](/platforms/java/).

docs/platforms/java/common/logs/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
title: Set Up Logs
33
sidebar_title: Logs
44
description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry."
5-
sidebar_order: 5755
5+
sidebar_order: 2
6+
sidebar_section: features
7+
new: true
68
---
79

810
With Sentry Structured Logs, you can send text-based log information from your applications to Sentry. Once in Sentry, these logs can be viewed alongside relevant errors, searched by text-string, or searched using their individual attributes.

0 commit comments

Comments
 (0)