We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b5c5 commit 444ffc1Copy full SHA for 444ffc1
posthog/scopes.py
@@ -11,8 +11,6 @@ def _get_current_context() -> Dict[str, Any]:
11
12
@contextmanager
13
def new_context(fresh=False):
14
- # TODO - we could extend this context idea to also apply to other event types eventually,
15
- # but right now it only applies to exceptions...
16
"""
17
Create a new context scope that will be active for the duration of the with block.
18
Any tags set within this scope will be isolated to this context. Any exceptions raised
0 commit comments