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

fix(profiling): Resolve inherited method class names #1756

Merged
merged 1 commit into from Nov 29, 2022

Commits on Nov 25, 2022

  1. fix(profiling): Resolve inherited method class names

    Methods may be inherited from a parent class. If multiple classes inherit from
    the same class and uses the inherited method, we'd want it to report the parent
    class's name instead of the individual child classes since they'd have the same
    filename and lineno of the parent class and not the children.
    Zylphrex committed Nov 25, 2022
    Copy the full SHA
    8596372 View commit details
    Browse the repository at this point in the history