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 444ffc1 commit 66dd631Copy full SHA for 66dd631
example.py
@@ -104,7 +104,7 @@
104
print(posthog.get_remote_config_payload("encrypted_payload_flag_key"))
105
106
107
-# You can add tags to a context, and these are automatically added to exceptions and other events captured
+# You can add tags to a context, and these are automatically added to any events (including exceptions) captured
108
# within that context.
109
110
# You can enter a new context using a with statement. Any exceptions thrown in the context will be captured,
0 commit comments