-
Notifications
You must be signed in to change notification settings - Fork 911
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
Upgrade Sentry to 8.0.0 and update compatibility range #1713
Conversation
Hey @adinauer, the DCO check failed. Please make sure that all commits have a Signed-Off trailer, as outlined here: https://github.com/spring-io/start.spring.io/blob/main/CONTRIBUTING.adoc#include-a-signed-off-by-trailer |
Signed-off-by: Alexander Dinauer <[email protected]>
399078b
to
eda5691
Compare
@mhalbritter I've force pushed after amending the commit with |
Absolutely. Thank you! |
8.0.0
and update compatibility range
We support Spring Boot 3.3.x, 3.4.x and 3.5.x (which is not GA yet) on start.spring.io. The Sentry version mapping is:
Is it correct that there's no Sentry version supporting Boot 3.3.x? |
There is support for Spring Boot 3.3 in Sentry SDK 8.0.0. I was under the assumption that this was there already before the PR so I didn't mention it explicitly. |
Thanks for the clarification. |
See gh-1713 Signed-off-by: Alexander Dinauer <[email protected]>
Thanks @adinauer ! |
Hey 👋, we have recently released a new major version of Sentry (
8.0.0
) and would like to bump it on start.spring.io. We successfully tested Sentry against Spring Boot3.4.0
,3.4.1
,3.4.2
as well as3.5.0-M1
. Thank you!