fix(node): LocalVariables, Improve frame matching for ESM#7049
Merged
AbhiPrasad merged 9 commits intogetsentry:developfrom Feb 6, 2023
Merged
fix(node): LocalVariables, Improve frame matching for ESM#7049AbhiPrasad merged 9 commits intogetsentry:developfrom
LocalVariables, Improve frame matching for ESM#7049AbhiPrasad merged 9 commits intogetsentry:developfrom
Conversation
3 tasks
80120b1 to
624cdb6
Compare
AbhiPrasad
reviewed
Feb 3, 2023
packages/node-integration-tests/suites/public-api/LocalVariables/test.ts
Fixed
Show fixed
Hide fixed
4cec9eb to
e325cc8
Compare
AbhiPrasad
approved these changes
Feb 3, 2023
Contributor
|
Maybe we just disable the Node 10 tests? The likelihood of Node 10 + mjs seems pretty small, we can even add a note to the docs that it's not supported. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #7046 there were issues reported with
LocalVariablesand ESM.The call frame context appears to be lost from the debugger in the above reported case but I did find that frame matching could be improved.
This PR:
LocalVariablestest with ESMobj.classNameif it's undefined