Skip to content

posthog-v7.31.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:36
Immutable release. Only release title and notes can be modified.
21b298e

Minor changes

  • 5535ecd fix(errors): emit $exception_list in canonical order — index 0 is the caught/outermost exception, causes follow in unwrap order, and the root cause is last (previously the list was reversed with the root cause first). This aligns posthog-python with the cross-SDK exception ordering spec. Frame order within each stacktrace is unchanged. — Thanks @cat-ph!