sentry icon indicating copy to clipboard operation
sentry copied to clipboard

Update Sentry Python SDK to version 2.15.0

Open antonpirker opened this issue 1 year ago • 3 comments

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.

antonpirker avatar Oct 04 '24 07:10 antonpirker

🚨 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.

github-actions[bot] avatar Oct 04 '24 07:10 github-actions[bot]

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.

Files with missing lines Patch % Lines
...ndpoints/organization_events_facets_performance.py 85.71% 0 Missing and 1 partial :warning:
...c/sentry/api/endpoints/organization_events_meta.py 75.00% 0 Missing and 1 partial :warning:
...organization_on_demand_metrics_estimation_stats.py 0.00% 0 Missing and 1 partial :warning:
src/sentry/notifications/notifications/base.py 66.66% 0 Missing and 1 partial :warning:
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           

codecov[bot] avatar Oct 04 '24 08:10 codecov[bot]

fwiw this appears to be a dupe of https://github.com/getsentry/sentry/pull/78394

asottile-sentry avatar Oct 04 '24 13:10 asottile-sentry

closing because of duplicate

antonpirker avatar Oct 07 '24 08:10 antonpirker