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 864dcf2 commit 8889fadCopy full SHA for 8889fad
posthog/scopes.py
@@ -23,7 +23,7 @@ def new_context():
23
Any tags set within this scope will be isolated to this context. Tags added to a
24
context will be added to exceptions captured within that context.
25
26
- NOTE: tags set within a context will only added to exceptions captured within that
+ NOTE: tags set within a context will only be added to exceptions captured within that
27
context - ensure you call `posthog.capture_exception()` before the end of the with
28
block, or the extra tags will be lost.
29
0 commit comments