Closed dhuebner closed 1 year ago
In some cases, when e.g. an error is thrown in async handler, diagnostic API produces an empty response event instead of marking it as an error
It turned out that the handler implementation itself caught an Error and returned an empty result. Added a test to make sure it works as expected
In some cases, when e.g. an error is thrown in async handler, diagnostic API produces an empty response event instead of marking it as an error