Skip to content
Closed
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
11 changes: 7 additions & 4 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ initializr:
artifactId: sentry-bom
versionProperty: sentry.version
mappings:
- compatibilityRange: "[3.4.0,4.0.0-M1)"
version: 8.25.0
- compatibilityRange: "[3.4.0,4.1.0-M1)"
version: 8.27.0
solace-spring-boot:
groupId: com.solace.spring.boot
artifactId: solace-spring-boot-bom
Expand Down Expand Up @@ -1162,9 +1162,12 @@ initializr:
id: sentry
bom: sentry
description: Application performance monitoring and error tracking that help software teams see clearer, solve quicker, and learn continuously.
compatibilityRange: "[3.4.0,4.0.0-M1)"
compatibilityRange: "[3.4.0,4.1.0-M1)"
groupId: io.sentry
artifactId: sentry-spring-boot-starter-jakarta
artifactId: sentry-spring-boot-4-starter
mappings:
- compatibilityRange: "[3.4.0,4.0.0-M1)"
artifactId: sentry-spring-boot-starter-jakarta
links:
- rel: guide
href: https://docs.sentry.io/platforms/java/guides/spring-boot/
Expand Down
Loading