Open
Description
It might be helpful to attach coroutine context to exceptions when they are copied by stacktrace recovery mechanism. If there is also an API to retrieve the innermost context (when the exception was thrown), then it could be used to augment exception logging with context-specific information.
See also discussion in #2365