-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref(node): Refactor node stack parsing to use common parser #4612
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
Merged
AbhiPrasad
merged 65 commits into
getsentry:master
from
timfish:node/refactor-stack-parsing
Feb 24, 2022
Merged
Changes from 60 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
31935f0
node stackwalk for Electron
timfish 781312e
Merge branch 'master' into feat/node-stackwalk-electron
timfish f143c10
Re-order params
timfish c890809
Merge branch 'master' into feat/node-stackwalk-electron
timfish 8b30a9a
Move source loading to seperate file
timfish f1e3f31
First try
timfish 6a03a2c
Improve logic
timfish 7c164dd
Revert tslib change
timfish f362589
jsdoc
timfish da256ee
Merge branch 'master' into feat/separate-source-reading
timfish 04db3fb
Merge branch 'master' into feat/separate-source-reading
timfish 3324578
With integration
timfish 443ea06
oops
timfish dcd287d
Merge branch 'master' into feat/separate-source-reading
timfish 84155de
Make this a non-breaking change by keeping NodeOptions.frameContextLines
timfish 285a643
Merge branch 'master' into feat/separate-source-reading
timfish 6a8a48b
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish c4f48ad
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish 7f5793a
Merge branch 'master' into feat/separate-source-reading
timfish ac4318e
Correctly handle zero lines of context
timfish 82573f4
Merge remote-tracking branch 'origin/feat/separate-source-reading' in…
timfish 86e2d4e
Make async
timfish 2ff7efd
Merge branch 'master' into feat/separate-source-reading
timfish 012eff3
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish 647999d
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish 2fe44fc
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish af9b1d8
No longer a breaking change
timfish 270e13e
Fix linting
timfish 76d8998
Merge branch 'master' into feat/separate-source-reading
timfish ddb8406
Add docs and `@deprecated`
timfish 83f859b
Disable warning for internal usage of deprecated field
timfish 8bc20b0
Revert promise changes
timfish 18c5780
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish 2266ac5
Minor improve
timfish bb37b6c
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish 03cb320
Fix nextjs test
timfish 965d48f
revert
timfish e08bcbb
Fix nextjs test
timfish 7cd79af
Merge branch 'feat/separate-source-reading' of https://github.com/tim…
timfish f278e8b
Code review changes!
timfish a7d61df
Merge remote-tracking branch 'upstream/master' into feat/separate-sou…
timfish 069244f
Use common parser
timfish ef7d423
Abhi code review
timfish a172765
Revert promisify
timfish bd85ce9
Add TODO comment
timfish 224090c
Merge branch 'feat/separate-source-reading' into node/refactor-stack-…
timfish e060c3c
no zero
timfish ba2400d
Only set stacktrace if frames are returned
timfish ab19826
Merge remote-tracking branch 'upstream/master' into node/refactor-sta…
timfish ae696b9
Merge remote-tracking branch 'upstream/master' into node/refactor-sta…
timfish e0ca922
Couple of minor improvements
timfish 0ea2155
Doh
timfish 2bc3bc9
More minor improvements
timfish 6b57641
Allow the parser to mostly work when require is not available
timfish b54d7cf
chore: add issue forms (#4617)
vladanpaunovic b7966ce
Don't do the funky require thing
timfish 81f7352
Merge remote-tracking branch 'upstream/master' into node/refactor-sta…
timfish 73cbc09
webpack hates optional chaining?
timfish 93e0293
Include comment about optional chaining
timfish 386b80b
Remove unnecessary try catch
timfish e867d7c
Merge remote-tracking branch 'upstream/master' into node/refactor-sta…
timfish 19dadbb
Fix bad merge
timfish c69db78
Rename stack parser
timfish 2dc38e6
Re-add forked comments
timfish 1379939
Fix the lineno
timfish File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.