Skip to content

Commit 2fbb9dc

Browse files
committed
fix: remove deprecated attribute from exception events
1 parent 6156e51 commit 2fbb9dc

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 6.7.7 - 2025-10-14
2+
3+
- fix: remove deprecated attribute $exception_personURL from exception events
4+
15
# 6.7.6 - 2025-09-16
26

37
- fix: don't sort condition sets with variant overrides to the top

posthog/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,6 @@ def capture_exception(
973973
"value"
974974
),
975975
"$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}",
977976
**properties,
978977
}
979978

posthog/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "6.7.6"
1+
VERSION = "6.7.7"
22

33
if __name__ == "__main__":
44
print(VERSION, end="") # noqa: T201

0 commit comments

Comments
 (0)