Skip to content

Commit 3a5ad7f

Browse files
Pre SDK power update (Java) (#8202)
* move integrations to parent dir * udpate links * fix links for java * move screenshot to subfolder
1 parent 805c1b0 commit 3a5ad7f

File tree

13 files changed

+28
-18
lines changed

13 files changed

+28
-18
lines changed

src/platform-includes/crons/setup/java.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
If you are using [Quartz](http://www.quartz-scheduler.org/), please see <PlatformLink to="/configuration/integrations/quartz/">our Quartz integration</PlatformLink>. If you are using Spring Boot with `@Scheduled` tasks, see [our Spring Boot integration](/platforms/java/guides/spring-boot/crons/).
1+
If you are using [Quartz](http://www.quartz-scheduler.org/), please see <PlatformLink to="/integrations/quartz/">our Quartz integration</PlatformLink>. If you are using Spring Boot with `@Scheduled` tasks, see [our Spring Boot integration](/platforms/java/guides/spring-boot/crons/).
22

33
## Check-Ins (Recommended)
44

src/platform-includes/crons/setup/java.spring-boot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
If you are using [Quartz](http://www.quartz-scheduler.org/), please see <PlatformLink to="/configuration/integrations/quartz/">our Quartz integration</PlatformLink>. You may also [send check-ins manually](/platforms/java/crons/).
1+
If you are using [Quartz](http://www.quartz-scheduler.org/), please see <PlatformLink to="/integrations/quartz/">our Quartz integration</PlatformLink>. You may also [send check-ins manually](/platforms/java/crons/).
22

33
## Check-Ins (Recommended)
44

src/platforms/java/common/async.mdx renamed to src/platforms/java/common/async/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Async Methods
3-
sidebar_order: 6
43
description: "Learn about how to propagate Scope to Spring async methods."
4+
sidebar_order: 6
55
supported:
66
- java.spring
77
- java.spring-boot

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Configuration
3-
sidebar_order: 5
43
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
55
---
66

77
## Setting the DSN (Data Source Name) {#setting-the-dsn}

src/platforms/java/common/gradle.mdx renamed to src/platforms/java/common/gradle/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Gradle
3-
sidebar_order: 100
43
description: "Learn about using the Sentry Gradle Plugin."
4+
sidebar_order: 100
55
---
66

77
The [Sentry Gradle Plugin](https://github.com/getsentry/sentry-android-gradle-plugin) is an addition to the main Java SDK and offers

src/platforms/java/common/configuration/integrations/graphql.mdx renamed to src/platforms/java/common/integrations/graphql.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: GraphQL Java Integration
3-
sidebar_order: 7
43
description: "Learn how to capture exceptions and about the performance of queries executed with GraphQL Java."
54
notSupported:
65
- java.logback
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Integrations
3-
sidebar_order: 200
43
description: "Learn more about how integrations extend the functionality of our SDK to cover common libraries and environments automatically."
4+
sidebar_order: 200
55
---
66

77
<PageGrid />

src/platforms/java/common/configuration/integrations/quartz.mdx renamed to src/platforms/java/common/integrations/quartz.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Quartz Integration
3-
sidebar_order: 10
43
description: "Learn how to send check-ins for your Quartz jobs."
54
---
65

0 commit comments

Comments
 (0)