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

Support Lambda functions #56

Open
braxtonhall opened this issue Feb 16, 2021 · 0 comments
Open

Support Lambda functions #56

braxtonhall opened this issue Feb 16, 2021 · 0 comments

Comments

@braxtonhall
Copy link
Collaborator

As of right now, in TypeScript, JavaScript and Python, lambda functions are ignored.
This is because

  1. two lambdas can have the same start line
  2. lambdas can have a name if they're being assigned to an identifier, but otherwise they have no name

How should lambdas be traced?

@braxtonhall braxtonhall changed the title Supoort Lambda functions Support Lambda functions Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant