-
Notifications
You must be signed in to change notification settings - Fork 608
Remove sentry_sdk.hub #3404
Copy link
Copy link
Closed
3 / 33 of 3 issues completedLabels
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.
Remove the entire
sentry_sdk.hubmodule.sentry_sdk.hub.Hubin particular needs to be deleted, as well as anything else insentry_sdk.hubwhich is only used bysentry_sdk.hub.Hub. If there is any logic insentry_sdk.hubwhich we still need to keep (hopefully there is none), then this needs to be moved somewhere else before starting this issue.Also, remove all tests testing the removed features.
Do in
potel-base