Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose workflow and activity "call stack" information from ctx. #82

Closed
aybabtme opened this issue Jun 15, 2022 · 1 comment
Closed

Expose workflow and activity "call stack" information from ctx. #82

aybabtme opened this issue Jun 15, 2022 · 1 comment
Labels
feature New feature or request

Comments

@aybabtme
Copy link
Contributor

aybabtme commented Jun 15, 2022

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).

@cschleiden cschleiden added the feature New feature or request label Jun 30, 2022
@cschleiden
Copy link
Owner

Closing this for now as not planned.

@cschleiden cschleiden closed this as not planned Won't fix, can't repro, duplicate, stale Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants