Skip to content

13.5.0

Choose a tag to compare

@sentry-release-bot sentry-release-bot released this 24 Jun 09:07

Features

  • WASM: expose ObjectFile.debugSession() returning a DebugSession with files() (the source files referenced by the object) and sourceByPath(path) (resolving embedded contents or a source link). symbolic-debuginfo also implements AsSelf for ObjectDebugSession so it can be held in a SelfCell. (#997)