Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Sentry to 7.3.0 #1398

Closed
wants to merge 1 commit into from
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
6 changes: 3 additions & 3 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ initializr:
artifactId: sentry-bom
versionProperty: sentry.version
mappings:
- compatibilityRange: "[2.7.0,3.2.0-M1)"
version: 6.28.0
- compatibilityRange: "[2.7.0,3.3.0-M1)"
version: 7.3.0
solace-spring-boot:
groupId: com.solace.spring.boot
artifactId: solace-spring-boot-bom
Expand Down Expand Up @@ -939,7 +939,7 @@ 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.0.0,3.2.0-M1)"
compatibilityRange: "[3.0.0,3.3.0-M1)"
groupId: io.sentry
artifactId: sentry-spring-boot-starter-jakarta
links:
Expand Down
Loading