Skip to content
Open
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
6 changes: 4 additions & 2 deletions docs/platforms/java/common/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/crons/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/data-management/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/java/common/enriching-events/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/java/common/feature-flags/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/gradle/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/integrations/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

<PageGrid />
3 changes: 2 additions & 1 deletion docs/platforms/java/common/legacy/index.mdx
Original file line number Diff line number Diff line change
@@ -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/).
Expand Down
4 changes: 3 additions & 1 deletion docs/platforms/java/common/logs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/maven/index.mdx
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/migration/index.mdx
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/opentelemetry/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/source-context/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/tracing/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/troubleshooting/index.mdx
Original file line number Diff line number Diff line change
@@ -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
---

<PageGrid />
5 changes: 3 additions & 2 deletions docs/platforms/java/common/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 2 additions & 1 deletion docs/platforms/java/common/user-feedback/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 3 additions & 2 deletions docs/platforms/java/usage.mdx
Original file line number Diff line number Diff line change
@@ -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."
---

Expand Down
Loading