posthog-v7.31.0
Immutable
release. Only release title and notes can be modified.
Minor changes
- 5535ecd fix(errors): emit
$exception_listin canonical order — index0is 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!