-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
feat: upgrade sentry python sdk to 2.28.0 #91717
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
Conversation
@antonpirker I saw you opened #91614 - will this interfere with that? I'd really like to get the logs fixes we merged in released. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
No, go ahead. The dogfooding will take longer, because we need to change lots of stuff in the code base |
❌ 3321 Tests Failed:
View the top 3 failed test(s) by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
There's a ton of test failures I don't have the time to debug. I suspect changing the deprecated methods affects this. For now we'll have to first migrate the deprecate method, and then upgrade the SDK. |
https://github.com/getsentry/sentry-python/releases/tag/2.28.0
Also updates the deprecated
set_measurement
API usage throughout the codebase.Relevant changes:
set_measurement()
API. sentry-python#3934) by @antonpirker