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 ecbd121 commit fdef1d4Copy full SHA for fdef1d4
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.9.1 - 2025-11-07
2
+
3
+- fix(error-tracking): pass code variables config from init to client
4
5
# 6.9.0 - 2025-11-06
6
7
- feat(error-tracking): add local variables capture
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.9.0"
+VERSION = "6.9.1"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments