Skip to content

2.13.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 19:10
· 35 commits to main since this release
Immutable release. Only release title and notes can be modified.
2caec69

Minor changes

  • d66f174 Emit error tracking stack frames in canonical bottom-up order: frames[0] is the outermost entry point and the last frame is the crash site. This aligns the Elixir SDK with the cross-SDK stack frame ordering standard. — Thanks @cat-ph!