codecov-api
codecov-api copied to clipboard
build(deps): Bump sentry-sdk to 2.5.1
Purpose/Motivation
We've been seeing some disconnected spans in https://github.com/getsentry/sentry-python/issues/3169. Since there's a new major version of the SDK that includes significant changes, we first want to check whether the issue still exists in this new major version.
Links to relevant tickets
- https://github.com/getsentry/sentry-python/issues/3169
What does this PR do?
- Bumps
sentry-sdkto2.5.1. - Migrates
1.xSDK API to2.x. (See also migration guide.) - Removes some unused imports found along the way.