Skip to content

Commit d889679

Browse files
authored
Fix URL to Spring Boot git integration (#10764)
1 parent 899bea9 commit d889679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform-includes/getting-started-primer/java.spring-boot.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Sentry's integration with [Spring Boot](https://spring.io/projects/spring-boot)
77
The `sentry-spring-boot-starter` and `sentry-spring-boot-starter-jakarta` libraries enhance [Sentry Spring](/platforms/java/guides/spring/) to:
88

99
- manage a fine-grained configuration using `application.properties` or `application.yaml`
10-
- automatically include the release when [Spring Boot Git integration is configured](https://docs.spring.io/spring-boot/docs/current/reference/html/howto.html#howto-git-info)
10+
- automatically include the release when [Spring Boot Git integration is configured](https://docs.spring.io/spring-boot/how-to/build.html#howto.build.generate-git-info)
1111
- automatically register `BeforeSendCallback`, `BeforeBreadcrumbCallback`, `EventProcessor`, `Integration` beans
1212

1313
</Note>

0 commit comments

Comments
 (0)