-
Notifications
You must be signed in to change notification settings - Fork 351
[profiling] Add debug log listing found source maps #3242
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
Merged
Conversation
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
Overall package sizeSelf size: 4.36 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report
@@ Coverage Diff @@
## master #3242 +/- ##
==========================================
- Coverage 86.05% 86.05% -0.01%
==========================================
Files 194 194
Lines 7517 7520 +3
Branches 33 33
==========================================
+ Hits 6469 6471 +2
- Misses 1048 1049 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
tlhunter
previously approved these changes
Jun 14, 2023
ae75eb4 to
42e65ee
Compare
42e65ee to
48b7b3c
Compare
89641c9 to
8917b17
Compare
8917b17 to
3523d57
Compare
Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
3523d57 to
aefbb6e
Compare
Qard
approved these changes
Jun 20, 2023
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
This was referenced Jun 21, 2023
Merged
Merged
Merged
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
nsavoire
added a commit
that referenced
this pull request
Jun 21, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
tlhunter
pushed a commit
that referenced
this pull request
Jun 23, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
tlhunter
pushed a commit
that referenced
this pull request
Jun 23, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
tlhunter
pushed a commit
that referenced
this pull request
Jun 23, 2023
* Add debug log listing found source maps * Bump pprof required version Use pprof version with source map debug info. Lock pprof version in package.json to be make sure that customers use a dd-trace-js/pprof-nodejs combination that is well tested.
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.
What does this PR do?
Add debug log listing all files for which source maps have been found.
Use pprof version with source map debug info.
Motivation