Skip to content

v1.3.0

Compare
Choose a tag to compare
@eriwen eriwen released this 13 Jun 14:58
· 52 commits to master since this release

Synchronous Stack Traces

Due to popular demand, we've provided a synchronous way to get stack traces.

StackTrace.getSync()

HEADS UP: Does not enhance stack traces with source maps or guess anonymous functions like StackTrace.get() does.