You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For telemetry purpose, it's useful to have access to the current "call stack" of workflow, sub workflow, activities and so on, at any given point. For instance, to make better error messages, to annotate alerts to Sentry, to log them (already built in), to trace, to.... whatever else you might want to do with this.
It would be great if you could extract this from both a context.Context and a workflow.Context, and if the human friendly name of things was included (not just the IDs).
The text was updated successfully, but these errors were encountered:
For telemetry purpose, it's useful to have access to the current "call stack" of workflow, sub workflow, activities and so on, at any given point. For instance, to make better error messages, to annotate alerts to Sentry, to log them (already built in), to trace, to.... whatever else you might want to do with this.
It would be great if you could extract this from both a
context.Context
and aworkflow.Context
, and if the human friendly name of things was included (not just the IDs).The text was updated successfully, but these errors were encountered: