File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 4.5.0 - 2025-06-09
2+
3+ - add additional user and request context to captured exceptions via the Django integration
4+
5+ ## 4.4.1 and 4.4.2 - 2025-06-07
6+
7+ - empty point release to fix the posthog_analytics release
8+
19## 4.4.1 and 4.4.2- 2025-06-07
210
311- empty point release to fix the posthog_analytics release
917## 4.3.2 - 2025-06-06
1018
1119Add context management:
12- - New context manager with ` posthog.new_context() `
13- - Tag functions: ` posthog.tag() ` , ` posthog.get_tags() ` , ` posthog.clear_tags() `
14- - Function decorator:
15- - ` @posthog.scoped ` - Creates context and captures exceptions thrown within the function
16- - Automatic deduplication of exceptions to ensure each exception is only captured once
20+
21+ - New context manager with ` posthog.new_context() `
22+ - Tag functions: ` posthog.tag() ` , ` posthog.get_tags() ` , ` posthog.clear_tags() `
23+ - Function decorator:
24+ - ` @posthog.scoped ` - Creates context and captures exceptions thrown within the function
25+ - Automatic deduplication of exceptions to ensure each exception is only captured once
1726
1827## 4.2.1 - 2025-6-05
1928
Original file line number Diff line number Diff line change 1- VERSION = "4.4.2 "
1+ VERSION = "4.5.0 "
22
33if __name__ == "__main__" :
44 print (VERSION , end = "" ) # noqa: T201
You can’t perform that action at this time.
0 commit comments