diff --git a/docs/platforms/java/common/configuration/index.mdx b/docs/platforms/java/common/configuration/index.mdx index dc471bdfaca14a..6b262724731331 100644 --- a/docs/platforms/java/common/configuration/index.mdx +++ b/docs/platforms/java/common/configuration/index.mdx @@ -1,7 +1,9 @@ --- -title: Configuration +title: Extended Configuration +sidebar_title: Extended Configuration 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." -sidebar_order: 5 +sidebar_order: 2 +sidebar_section: configuration --- ## Setting the DSN (Data Source Name) diff --git a/docs/platforms/java/common/crons/index.mdx b/docs/platforms/java/common/crons/index.mdx index 88a3277948f018..c7b132a62216ba 100644 --- a/docs/platforms/java/common/crons/index.mdx +++ b/docs/platforms/java/common/crons/index.mdx @@ -2,7 +2,8 @@ title: Set Up Crons sidebar_title: Crons description: "Sentry Crons allows you to monitor the uptime and performance of any scheduled, recurring job in your application." -sidebar_order: 5750 +sidebar_order: 5 +sidebar_section: features --- Once implemented, it'll allow you to get alerts and metrics to help you solve errors, detect timeouts, and prevent disruptions to your service. diff --git a/docs/platforms/java/common/data-management/index.mdx b/docs/platforms/java/common/data-management/index.mdx index a55334f82643be..8c09c556b69625 100644 --- a/docs/platforms/java/common/data-management/index.mdx +++ b/docs/platforms/java/common/data-management/index.mdx @@ -1,7 +1,8 @@ --- title: Data Management description: Manage your events by pre-filtering, scrubbing sensitive information, and forwarding them to other systems. -sidebar_order: 2500 +sidebar_order: 4 +sidebar_section: configuration --- diff --git a/docs/platforms/java/common/enriching-events/index.mdx b/docs/platforms/java/common/enriching-events/index.mdx index b7f2c5a94bfdb1..2826ce63efabbb 100644 --- a/docs/platforms/java/common/enriching-events/index.mdx +++ b/docs/platforms/java/common/enriching-events/index.mdx @@ -1,7 +1,8 @@ --- title: Enriching Events description: Enrich events with additional context to make debugging simpler. -sidebar_order: 2300 +sidebar_order: 1 +sidebar_section: configuration --- diff --git a/docs/platforms/java/common/feature-flags/index.mdx b/docs/platforms/java/common/feature-flags/index.mdx index da3eec0bd89cca..4a96afc3dc7b9d 100644 --- a/docs/platforms/java/common/feature-flags/index.mdx +++ b/docs/platforms/java/common/feature-flags/index.mdx @@ -1,7 +1,8 @@ --- title: Set Up Feature Flags sidebar_title: Feature Flags -sidebar_order: 7500 +sidebar_order: 7 +sidebar_section: features 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. --- diff --git a/docs/platforms/java/common/gradle/index.mdx b/docs/platforms/java/common/gradle/index.mdx index 20855d25575a4a..0d3c7f151686ab 100644 --- a/docs/platforms/java/common/gradle/index.mdx +++ b/docs/platforms/java/common/gradle/index.mdx @@ -1,7 +1,8 @@ --- title: Gradle description: Learn about using the Sentry Gradle Plugin. -sidebar_order: 100 +sidebar_order: 8 +sidebar_section: features og_image: /og-images/platforms-java-common-gradle.png --- diff --git a/docs/platforms/java/common/integrations/index.mdx b/docs/platforms/java/common/integrations/index.mdx index af8defffce6e4d..c1fd5737b00b3f 100644 --- a/docs/platforms/java/common/integrations/index.mdx +++ b/docs/platforms/java/common/integrations/index.mdx @@ -1,7 +1,8 @@ --- title: Integrations description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically." -sidebar_order: 200 +sidebar_order: 3 +sidebar_section: configuration --- diff --git a/docs/platforms/java/common/legacy/index.mdx b/docs/platforms/java/common/legacy/index.mdx index c6211abcd6047d..513f27b345480d 100644 --- a/docs/platforms/java/common/legacy/index.mdx +++ b/docs/platforms/java/common/legacy/index.mdx @@ -1,6 +1,7 @@ --- title: Legacy SDK (1.7) -sidebar_order: 10000 +sidebar_order: 9 +sidebar_section: configuration --- 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/). diff --git a/docs/platforms/java/common/logs/index.mdx b/docs/platforms/java/common/logs/index.mdx index 760c7672c85be6..8d2099215e36b4 100644 --- a/docs/platforms/java/common/logs/index.mdx +++ b/docs/platforms/java/common/logs/index.mdx @@ -2,7 +2,9 @@ title: Set Up Logs sidebar_title: Logs description: "Structured logs allow you to send, view and query logs sent from your applications within Sentry." -sidebar_order: 5755 +sidebar_order: 2 +sidebar_section: features +new: true --- 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. diff --git a/docs/platforms/java/common/maven/index.mdx b/docs/platforms/java/common/maven/index.mdx index 9d62b164a32c08..7209d70c95dcba 100644 --- a/docs/platforms/java/common/maven/index.mdx +++ b/docs/platforms/java/common/maven/index.mdx @@ -1,7 +1,8 @@ --- title: Maven description: "Learn about using the Sentry Maven Plugin." -sidebar_order: 105 +sidebar_order: 9 +sidebar_section: features --- The [Sentry Maven Plugin](https://github.com/getsentry/sentry-maven-plugin) is an addition to the main Java SDK and offers diff --git a/docs/platforms/java/common/migration/index.mdx b/docs/platforms/java/common/migration/index.mdx index 2f288477a3ff08..32527ea7c0bfb7 100644 --- a/docs/platforms/java/common/migration/index.mdx +++ b/docs/platforms/java/common/migration/index.mdx @@ -1,6 +1,7 @@ --- title: Migration Guides -sidebar_order: 8000 +sidebar_order: 6 +sidebar_section: configuration description: "Learn about migrating to a newer version of the Java SDK." --- diff --git a/docs/platforms/java/common/opentelemetry/index.mdx b/docs/platforms/java/common/opentelemetry/index.mdx index 0782ed78c8bfdf..70fc429782681c 100644 --- a/docs/platforms/java/common/opentelemetry/index.mdx +++ b/docs/platforms/java/common/opentelemetry/index.mdx @@ -2,7 +2,8 @@ title: OpenTelemetry Support sdk: sentry.java.opentelemetry-agent description: "Using OpenTelemetry with Sentry." -sidebar_order: 160 +sidebar_order: 10 +sidebar_section: features --- [OpenTelemetry](https://opentelemetry.io/) enhances Sentry by providing support for more frameworks and libraries that: diff --git a/docs/platforms/java/common/profiling/index.mdx b/docs/platforms/java/common/profiling/index.mdx index 6e6f873d7070d0..108620e3350fe6 100644 --- a/docs/platforms/java/common/profiling/index.mdx +++ b/docs/platforms/java/common/profiling/index.mdx @@ -2,7 +2,8 @@ title: Set Up Java Profiling sidebar_title: Profiling description: "Learn how to enable profiling in your app if it is not already set up." -sidebar_order: 5000 +sidebar_order: 4 +sidebar_section: features supported: - java --- diff --git a/docs/platforms/java/common/security-policy-reporting/index.mdx b/docs/platforms/java/common/security-policy-reporting/index.mdx index 862fcb12452c4a..9e66f534be1409 100644 --- a/docs/platforms/java/common/security-policy-reporting/index.mdx +++ b/docs/platforms/java/common/security-policy-reporting/index.mdx @@ -1,7 +1,8 @@ --- title: Set Up Security Policy Reporting sidebar_title: Security Policy Reporting -sidebar_order: 7500 +sidebar_order: 5 +sidebar_section: configuration description: "Learn how Sentry can help manage Content-Security-Policy violations and reports here." --- diff --git a/docs/platforms/java/common/source-context/index.mdx b/docs/platforms/java/common/source-context/index.mdx index af080f674ba5fc..fa33aaeb874dd3 100644 --- a/docs/platforms/java/common/source-context/index.mdx +++ b/docs/platforms/java/common/source-context/index.mdx @@ -1,6 +1,7 @@ --- title: Source Context -sidebar_order: 110 +sidebar_order: 8 +sidebar_section: configuration description: Learn about showing your source code as part of stack traces. og_image: /og-images/platforms-java-common-source-context.png --- diff --git a/docs/platforms/java/common/tracing/index.mdx b/docs/platforms/java/common/tracing/index.mdx index ee459b6c1cfdee..bd8f835d116b2a 100644 --- a/docs/platforms/java/common/tracing/index.mdx +++ b/docs/platforms/java/common/tracing/index.mdx @@ -2,7 +2,8 @@ title: Set Up Tracing sidebar_title: Tracing description: "Learn how to enable tracing in your app and discover valuable performance insights of your application." -sidebar_order: 4000 +sidebar_order: 3 +sidebar_section: features supported: - java - java.spring-boot diff --git a/docs/platforms/java/common/troubleshooting/index.mdx b/docs/platforms/java/common/troubleshooting/index.mdx index 6c1118c354fbe4..42fc41845ea85d 100644 --- a/docs/platforms/java/common/troubleshooting/index.mdx +++ b/docs/platforms/java/common/troubleshooting/index.mdx @@ -1,7 +1,8 @@ --- title: Troubleshooting description: "Troubleshoot and resolve common issues with the Java SDK." -sidebar_order: 9000 +sidebar_order: 7 +sidebar_section: configuration --- diff --git a/docs/platforms/java/common/usage/index.mdx b/docs/platforms/java/common/usage/index.mdx index 59f7bda69588c8..fe3b5bc407b666 100644 --- a/docs/platforms/java/common/usage/index.mdx +++ b/docs/platforms/java/common/usage/index.mdx @@ -1,7 +1,8 @@ --- -title: Usage +title: Capturing Errors description: "Use the SDK to manually capture errors and other events." -sidebar_order: 10 +sidebar_order: 1 +sidebar_section: features --- Sentry's SDK hooks into your runtime environment and automatically reports errors, uncaught exceptions, and unhandled rejections as well as other types of errors depending on the platform. diff --git a/docs/platforms/java/common/user-feedback/index.mdx b/docs/platforms/java/common/user-feedback/index.mdx index 16ea69c1ba44a1..44685ebad1de45 100644 --- a/docs/platforms/java/common/user-feedback/index.mdx +++ b/docs/platforms/java/common/user-feedback/index.mdx @@ -2,7 +2,8 @@ title: Set Up User Feedback sidebar_title: User Feedback description: "Learn more about collecting user feedback when an event occurs. Sentry pairs the feedback with the original event, giving you additional insight into issues." -sidebar_order: 6000 +sidebar_order: 6 +sidebar_section: features --- The User Feedback feature allows you to collect user feedback from anywhere inside your application at any time, without needing an error event to occur first. diff --git a/docs/platforms/java/usage.mdx b/docs/platforms/java/usage.mdx index d0a7f00f7036c7..7cd5947e5a345f 100644 --- a/docs/platforms/java/usage.mdx +++ b/docs/platforms/java/usage.mdx @@ -1,6 +1,7 @@ --- -title: Usage -sidebar_order: 10 +title: Capturing Errors +sidebar_order: 1 +sidebar_section: features description: "Learn more about passing configuration options to a static Sentry#init method Sentry." ---