-
Notifications
You must be signed in to change notification settings - Fork 309
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
V5.1.0 proposal #3991
V5.1.0 proposal #3991
Conversation
* update MIGRATING.md and README.md in preparation for v5 release
* fix empty strings being kept as valid values in config * set defaults as values
* fix: Do not reuse `requestOptions` object * rearrange RC http options * update tests --------- Co-authored-by: Tom Moor <tom.moor@gmail.com>
* Run the busy loop for longer, so there's better chance of capturing at least one sample in it. * Filter out samples taken in the root spans
* add convenience script to run the system-tests * fix child process stdio * catch subprocess error
--------- Co-authored-by: Igor Unanua <igor.unanua@datadoghq.com>
* Run profiler integration tests on both macOS and Windows * Exclude from Windows testing those tests aren't supposed to work on it. * Make createSandbox Windows-friendly * Increase profiler tests timeout as `yarn add` in sandbox creation takes a _lot_ of time. * Disable failing OOM integration tests on Windows * Only sync once * Move profiler integration test out of general integration test suite so it will not run twice on Linux
* fix failing Nextjs tests on Node versions < 18 * address feedback
…CPU profiler on Windows (#3969) * Make timeline setting non-experimental * Disallow CPU profiling on Windows * Disallow timeline view on Windows * Deduplicate test code, and also test for success on supported platforms * Fix a test
OOM monitoring currently does not work on Windows (process aborts before being able to send a last profile). This commit disables it by default on Windows.
* Weak randomnes vulnerability detection * Checking Math.random fn instead of target object * Include location check in full feature test
OOM monitoring option should be checked with checkOptionAllowed / oomMonitoringSupported.
Overall package sizeSelf size: 5.85 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v5.x #3991 +/- ##
=======================================
Coverage ? 84.99%
=======================================
Files ? 239
Lines ? 10234
Branches ? 33
=======================================
Hits ? 8698
Misses ? 1536
Partials ? 0 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good from ci vis perspective
Bug Fixes
requestOptions
object (fix: Do not reuserequestOptions
object #3959)Improvements
Build, CI, Tooling