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 instrumented functions missing symbols from the original #1128

Merged
merged 4 commits into from
Oct 22, 2020

Conversation

rochdev
Copy link
Member

@rochdev rochdev commented Oct 21, 2020

What does this PR do?

Fix instrumented functions missing symbols from the original.

Motivation

Fix #1120. It's not the first time that there is a symbol missing on a shim from a plugin, so I did the fix directly on Instrumenter. This makes wrap significantly slower, but it should only be called when patching so that should't be an issue.

There might be the same issue in some cases for non-symbol properties, but that may have more implications so for now I preferred to focus only on symbols, especially given their prominence in Node core.

@rochdev rochdev added bug Something isn't working core integrations labels Oct 21, 2020
@rochdev rochdev requested a review from a team as a code owner October 21, 2020 23:05
@rochdev rochdev added this to the 0.28.0 milestone Oct 21, 2020
@rochdev rochdev merged commit 9255f6c into master Oct 22, 2020
@rochdev rochdev deleted the fix-missing-wrapper-symbols branch October 22, 2020 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DNS tracing fail
2 participants