Update Sentry Python SDK to version 2.15.0
And change all calls to start_span(description="...") to start_span(name="...") because description is deprecated and will be replaced with name in version 3.0.0.
🚨 Warning: This pull request contains Frontend and Backend changes!
It's discouraged to make changes to Sentry's Frontend and Backend in a single pull request. The Frontend and Backend are not atomically deployed. If the changes are interdependent of each other, they must be separated into two pull requests and be made forward or backwards compatible, such that the Backend or Frontend can be safely deployed independently.
Have questions? Please ask in the #discuss-dev-infra channel.
Codecov Report
Attention: Patch coverage is 97.46835% with 4 lines in your changes missing coverage. Please review.
:white_check_mark: All tests successful. No failed tests found.
Additional details and impacted files
@@ Coverage Diff @@
## master #78595 +/- ##
=======================================
Coverage 78.14% 78.14%
=======================================
Files 7097 7097
Lines 312830 312830
Branches 51103 51103
=======================================
+ Hits 244448 244453 +5
+ Misses 62005 62000 -5
Partials 6377 6377
fwiw this appears to be a dupe of https://github.com/getsentry/sentry/pull/78394
closing because of duplicate