Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Sentry's integration with [Spring Boot](https://spring.io/projects/spring-boot)
The `sentry-spring-boot-starter` and `sentry-spring-boot-starter-jakarta` libraries enhance [Sentry Spring](/platforms/java/guides/spring/) to:

- manage a fine-grained configuration using `application.properties` or `application.yaml`
- 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)
- 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)
- automatically register `BeforeSendCallback`, `BeforeBreadcrumbCallback`, `EventProcessor`, `Integration` beans

</Note>