open-telemetry / opentelemetry-js

OpenTelemetry JavaScript Client
https://opentelemetry.io
Apache License 2.0
2.75k stars 808 forks source link

chore: remove --openssl-legacy-provider option #5012

Closed pichlermarc closed 1 month ago

pichlermarc commented 1 month ago

Saw this earlier when working on #5010. We needed this when we were still using webpack 4, but we've fully migrated to webpack 5, so we can drop it :slightly_smiling_face:

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 93.92%. Comparing base (f8ab559) to head (081e9e1). Report is 11 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5012 +/- ## ========================================== + Coverage 93.39% 93.92% +0.52% ========================================== Files 46 310 +264 Lines 712 8135 +7423 Branches 120 1632 +1512 ========================================== + Hits 665 7641 +6976 - Misses 47 494 +447 ``` [see 266 files with indirect coverage changes](https://app.codecov.io/gh/open-telemetry/opentelemetry-js/pull/5012/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=open-telemetry)