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 6156e51 commit 67f68c0Copy full SHA for 67f68c0
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 6.7.7 - 2025-10-14
2
+
3
+- fix: remove deprecated attribute $exception_personURL from exception events
4
5
# 6.7.6 - 2025-09-16
6
7
- fix: don't sort condition sets with variant overrides to the top
posthog/client.py
@@ -973,7 +973,6 @@ def capture_exception(
973
"value"
974
),
975
"$exception_list": all_exceptions_with_trace_and_in_app,
976
- "$exception_personURL": f"{remove_trailing_slash(self.raw_host)}/project/{self.api_key}/person/{distinct_id}",
977
**properties,
978
}
979
posthog/version.py
@@ -1,4 +1,4 @@
-VERSION = "6.7.6"
+VERSION = "6.7.7"
if __name__ == "__main__":
print(VERSION, end="") # noqa: T201
0 commit comments