File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 4.3.3 - 2025-06-06
2+
3+ Add ` setup() ` function to initialise default client
4+
15## 4.3.2 - 2025-06-06
26
37Add context management:
4- - New context manager with ` posthog.new_context() `
5- - Tag functions: ` posthog.tag() ` , ` posthog.get_tags() ` , ` posthog.clear_tags() `
6- - Function decorator:
7- - ` @posthog.scoped ` - Creates context and captures exceptions thrown within the function
8- - Automatic deduplication of exceptions to ensure each exception is only captured once
8+
9+ - New context manager with ` posthog.new_context() `
10+ - Tag functions: ` posthog.tag() ` , ` posthog.get_tags() ` , ` posthog.clear_tags() `
11+ - Function decorator:
12+ - ` @posthog.scoped ` - Creates context and captures exceptions thrown within the function
13+ - Automatic deduplication of exceptions to ensure each exception is only captured once
914
1015## 4.2.1 - 2025-6-05
1116
Original file line number Diff line number Diff line change 1- VERSION = "4.3.2 "
1+ VERSION = "4.3.3 "
22
33if __name__ == "__main__" :
44 print (VERSION , end = "" ) # noqa: T201
You can’t perform that action at this time.
0 commit comments