dd-trace-js icon indicating copy to clipboard operation
dd-trace-js copied to clipboard

move vendored dependencies to a folder than is not deleted by yarn

Open rochdev opened this issue 2 months ago • 2 comments

What does this PR do?

Move vendored dependencies to a folder than is not deleted by yarn.

Motivation

Yarn >=2 deletes files in the packages it installs including any node_modules folder.

rochdev avatar Dec 12 '25 20:12 rochdev

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 79.27%. Comparing base (083a15e) to head (55c468e).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7099      +/-   ##
==========================================
- Coverage   84.77%   79.27%   -5.50%     
==========================================
  Files         521      232     -289     
  Lines       22149     8925   -13224     
==========================================
- Hits        18776     7075   -11701     
+ Misses       3373     1850    -1523     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Dec 12 '25 21:12 codecov[bot]

⚠️ Tests

⚠️ Warnings

❄️ 6 New flaky tests detected

profiler SSI heuristics does not trigger for a long-lived app that creates no spans from does not trigger for (Datadog) (Fix with Cursor)
Process exited with unexpected status code 1.

Error: Process exited with unexpected status code 1.
    at ChildProcess.checkExitCode (integration-tests/profiler/profiler.spec.js:75:16)
    at ChildProcess.emit (node:events:508:28)
    at ChildProcess._handle.onexit (node:internal/child_process:294:12)
profiler SSI heuristics does not trigger for a short-lived app that creates a span from does not trigger for (Datadog) (Fix with Cursor)
Process exited with unexpected status code 1.

Error: Process exited with unexpected status code 1.
    at ChildProcess.checkExitCode (integration-tests/profiler/profiler.spec.js:75:16)
    at ChildProcess.emit (node:events:508:28)
    at ChildProcess._handle.onexit (node:internal/child_process:294:12)
profiler SSI heuristics does not trigger for a short-lived app that creates no spans from does not trigger for (Datadog) (Fix with Cursor)
Process exited with unexpected status code 1.

Error: Process exited with unexpected status code 1.
    at ChildProcess.checkExitCode (integration-tests/profiler/profiler.spec.js:75:16)
    at ChildProcess.emit (node:events:508:28)
    at ChildProcess._handle.onexit (node:internal/child_process:294:12)
View all

🧪 1893 Tests failed

[email protected] commonJS correctly calculates test code owners when working directory is not repository root from integration-tests/cucumber/cucumber.spec.js (Datadog) (Fix with Cursor)
Cannot read properties of undefined (reading 'content')
[email protected] commonJS correctly calculates test code owners when working directory is not repository root from integration-tests/cucumber/cucumber.spec.js (Datadog) (Fix with Cursor)
Cannot read properties of undefined (reading 'content')
[email protected] commonJS impacted tests test is not new should be detected as impacted from integration-tests/cucumber/cucumber.spec.js (Datadog) (Fix with Cursor)
Cannot read properties of undefined (reading 'content')
View all
This comment will be updated automatically if new data arrives.
* Fix with Cursor requires Datadog plugin ≥v2.17.0
🔗 Commit SHA: 55c468e | Docs | Datadog PR Page | Was this helpful? Give us feedback!

Superseded

BridgeAR avatar Dec 16 '25 21:12 BridgeAR