Some of our services uses Opentelemetry to send trace information to HoneyComb. A lot of workflow spans getting marked as an error for “DestroyWorkflowThreadError” due to Workflow.await(). As per suggestion in other threads, it seems we are not catching any Error/Throwable in our worklow code. Any pointers on how this can be better handled? It seems earlier there was a related issue 1162 earlier on java sdk which is fixed now.
Thanks, is this something we can replicate in a dev environment? Could you share the SDK version?
Antonio
Currently we are using java sdk 1.22.3. Though I see latest is 1.25. Do you think whether that could be the issue? I belive this should be reproducible in dev env.