CanopyTax/auto-trace

Combine AsyncStacktrace and SyncStacktrace

keithhalterman opened this issue · 0 comments

When passed an error behave like SyncStacktrace. Figure out how to determine what to do when passed an object that should be wrapped as an error

Stacktrace(error, extracontext) -> behave like SyncStacktrace
Stacktrace(extracontext) -> behave like AsyncStacktrace