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 be47f39 commit 2f228deCopy full SHA for 2f228de
example.py
@@ -105,7 +105,7 @@
105
106
107
# You can add tags to a context, and these are automatically added to exceptions captured within that context.
108
-# Recommended: you can use the `@posthog.scoped` decorator.
+# Recommended: you can use the `@posthog.scoped` decorator to enter a new context.
109
@posthog.scoped
110
def process_order(order_id):
111
posthog.tag("order_id", order_id)
0 commit comments