temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

Add new Enhanced Stack Trace proto #418

Closed twin-drill closed 1 month ago

twin-drill commented 1 month ago

What changed? Added new Enhanced Stack Trace proto, as laid out in the design proposal: https://github.com/temporalio/proposals/blob/master/all-sdk/enhanced-stack-trace-queries.md

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

twin-drill commented 1 month ago

Quick note that I shared in a slack message:

If fields like line and column in FileLocation are optional, we may need some way of telling the UI or other interpreter of this message that those fields are actually omitted (as 0 is technically a valid line number, but is also the default value of the field when a value isn't provided).