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 8db3e31 commit 9fe0812Copy full SHA for 9fe0812
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.7.3 - 2024-11-25
2
+
3
+1. Use personless mode when sending an exception without a provided `distinct_id`.
4
5
## 3.7.2 - 2024-11-19
6
7
1. Add `type` property to exception stacks.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.7.2"
+VERSION = "3.7.3"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments