neverthrow icon indicating copy to clipboard operation
neverthrow copied to clipboard

Error handling and async stack traces

Open benjamingr opened this issue 7 months ago • 0 comments

Hey, since this library implements thenable for ResultAsync rather than using native promises + async await for debuggability it would be useful to support "old school" stack trace stitching like we had "back then". That would have a performance penalty and opt-in but would provide "native like" debuggability without async await.

benjamingr avatar May 26 '25 15:05 benjamingr