sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Stop Using `Hub` in `HttpTransport`

Open szokeasaurusrex opened this issue 1 year ago • 0 comments

We are still using the deprecated Hub in HttpTransport:

https://github.com/getsentry/sentry-python/blob/407f651f66fa811a20241579aa7881de624b3e20/sentry_sdk/transport.py#L221-L223

https://github.com/getsentry/sentry-python/blob/407f651f66fa811a20241579aa7881de624b3e20/sentry_sdk/transport.py#L551-L555

We should stop using the Hub here, as it is deprecated

szokeasaurusrex avatar Jul 02 '24 08:07 szokeasaurusrex