Skip to content

Commit d358ca4

Browse files
authored
ref(java): separate Spring and Spring Boot pages to their own guide (#12628)
1 parent c46742f commit d358ca4

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "Spring Boot"
3+
description: "Learn how to use Sentry's Spring Boot SDK."
4+
sdk: sentry.java.spring-boot
5+
---
6+
7+
<PlatformContent includePath="getting-started-primer" />
8+
9+
On this page, we get you up and running with Sentry's SDK.
10+
11+
Don't already have an account and Sentry project established? Head over to [sentry.io](https://sentry.io/signup/), then return to this page.
12+
13+
## Install
14+
15+
Sentry captures data by using an SDK within your application’s runtime.
16+
17+
<PlatformContent includePath="getting-started-install" />
18+
19+
<PlatformContent includePath="getting-started-install/opentelemetry" />
20+
21+
## Configure
22+
23+
<PlatformContent includePath="getting-started-config" />
24+
25+
<PlatformContent includePath="getting-started-config/opentelemetry" />
26+
27+
## Verify
28+
29+
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up.
30+
31+
<PlatformContent includePath="getting-started-verify" />
32+
33+
<Alert>
34+
35+
Learn more about manually capturing an error or message in our <PlatformLink to="/usage/">Usage documentation</PlatformLink>.
36+
37+
</Alert>
38+
39+
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: "Spring"
3+
description: "Learn how to use Sentry's Spring SDK."
4+
sdk: sentry.java.spring
5+
---
6+
7+
<PlatformContent includePath="getting-started-primer" />
8+
9+
On this page, we get you up and running with Sentry's SDK.
10+
11+
Don't already have an account and Sentry project established? Head over to [sentry.io](https://sentry.io/signup/), then return to this page.
12+
13+
## Install
14+
15+
Sentry captures data by using an SDK within your application’s runtime.
16+
17+
<PlatformContent includePath="getting-started-install" />
18+
19+
<PlatformContent includePath="getting-started-install/opentelemetry" />
20+
21+
## Configure
22+
23+
<PlatformContent includePath="getting-started-config" />
24+
25+
<PlatformContent includePath="getting-started-config/opentelemetry" />
26+
27+
## Verify
28+
29+
This snippet includes an intentional error, so you can test that everything is working as soon as you set it up.
30+
31+
<PlatformContent includePath="getting-started-verify" />
32+
33+
<Alert>
34+
35+
Learn more about manually capturing an error or message in our <PlatformLink to="/usage/">Usage documentation</PlatformLink>.
36+
37+
</Alert>
38+
39+
To view and resolve the recorded error, log into [sentry.io](https://sentry.io) and select your project. Clicking on the error's title will open a page where you can see detailed information and mark it as resolved.

0 commit comments

Comments
 (0)