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 a9e6527 commit 409a897Copy full SHA for 409a897
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 3.7.2 - 2024-11-19
2
+
3
+1. Add `type` property to exception stacks.
4
5
## 3.7.1 - 2024-10-24
6
7
1. Add `platform` property to each frame of exception stacks.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "3.7.1"
+VERSION = "3.7.2"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments