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

Add get_caller function to call objects #3

Open
aviralg opened this issue Jun 29, 2020 · 0 comments
Open

Add get_caller function to call objects #3

aviralg opened this issue Jun 29, 2020 · 0 comments
Assignees
Labels
enhancement:feature New feature or request

Comments

@aviralg
Copy link
Member

aviralg commented Jun 29, 2020

get_caller for any call should return the caller function object, environment and frame index.
It is not clear what should be done for top-level calls. Their caller is the internal instrumentr function.
Perhaps it makes sense to return a name field which contains the value "top level".

@aviralg aviralg added the enhancement:feature New feature or request label Jun 29, 2020
@aviralg aviralg self-assigned this Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement:feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant