You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (sentry_sdk/utils.py) add push_scope_decorator
* master: (sentry_sdk/utils.py) fix iteritems incompatibility
* master: (sentry_sdk/utils.py) reformat push_scope_decorator() to fit linter specs
* push-scope-decorator: (utils.py) remove push_scope_decorator, (hub.py) update Hub.push_scope() to allow it to act as both a contentmanager and a decorator, (api.py, utils.py) add new scopemethod api methods {set_tag, set_extra, set_user, set_level} that allow for updating of the current scope
* push-scope-decorator: (sentry_sdk/hub.py) have _PushScopeContextDecorator inherit from contextlib.ContextDecorator
* push-scope-decorator: (sentry_sdk/hub.py) combine _PushScopeContextDecorator with _ScopeManager
* push-scope-decorator: (hub.py) fix push_scope() typing
* master: (sentry_sdk/_compat.py, sentry_sdk/hub.py) resolve py2 ContextDecorator compat issue, (sentry_sdk/api.py) update typing to match that of Hub.push_scope()
* master: (sentry_sdk/scope.py) remove improper uses of @_attr_setter, (tests/test_basics.py) remove unneeded test_scope_leaks_cleaned_up()
* master: (tests/test_basics.py) add test for push_scope as decorator, (sentry_sdk/_compat.py) satisfy linters
* global-scope-setters: keep global scope setters and remove push_scope() 'as a decorator' code
* global-scope-setters: (api.py) change 'current_scope' property to 'scope'
* global-scope-setters: (hub.py) add new lines in docstring to match style in rest of file
* global-scope-setters: (api.py) add global for set_context
0 commit comments