Skip to content

Commit 66dd631

Browse files
oliverb123daibhin
andauthored
Update example.py
Co-authored-by: David Newell <[email protected]>
1 parent 444ffc1 commit 66dd631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
print(posthog.get_remote_config_payload("encrypted_payload_flag_key"))
105105

106106

107-
# You can add tags to a context, and these are automatically added to exceptions and other events captured
107+
# You can add tags to a context, and these are automatically added to any events (including exceptions) captured
108108
# within that context.
109109

110110
# You can enter a new context using a with statement. Any exceptions thrown in the context will be captured,

0 commit comments

Comments
 (0)