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 8f37893 commit 26ed6abCopy full SHA for 26ed6ab
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 7.1.0 - 2025-11-28
2
+
3
+Capture Langchain, OpenAI and Anthropic errors as exceptions (if exception autocapture is enabled)
4
+Add reference to exception in LLMA trace and span events
5
6
# 7.0.2 - 2025-11-18
7
8
Add support for Python 3.14.
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "7.0.1"
+VERSION = "7.1.0"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments