Skip to content

Expose stack task stack traces

Latest
Compare
Choose a tag to compare
@ballercat ballercat released this 23 Aug 02:01
· 1 commit to master since this release

This version includes a breaking API change

New Feature

New feature, add getStackTrace to onInvokeTask. This allows users to inspect the stack prior to blocking a task.

Breaking Change

taskType and taskSource have been replaced with a task object in the onInvokeTask API