sentry-python
sentry-python copied to clipboard
Stop Using `Hub` in `HttpTransport`
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