Skip to content

Conversation

@pichlermarc
Copy link
Member

Which problem is this PR solving?

[email protected] and later includes a bug (nodejs/import-in-the-middle#57) where a property we use to distinguish ESM from CJS modules is not present, causing instrumentation to crash end-user apps.

This drops support for ESM instrumentation again for Node.js 18.19 and later.

Short description of the changes

pin [email protected]

Type of change

Please delete options that are not relevant.

  • Bug fix
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@codecov
Copy link

codecov bot commented Jan 24, 2024

Codecov Report

Merging #4441 (bd98d83) into main (0635ab1) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4441   +/-   ##
=======================================
  Coverage   92.22%   92.22%           
=======================================
  Files         336      336           
  Lines        9515     9515           
  Branches     2017     2017           
=======================================
  Hits         8775     8775           
  Misses        740      740           

@pichlermarc pichlermarc marked this pull request as ready for review January 24, 2024 18:18
@pichlermarc pichlermarc requested a review from a team January 24, 2024 18:18
@pichlermarc
Copy link
Member Author

cc @trentm

@pichlermarc pichlermarc merged commit 8648313 into open-telemetry:main Jan 25, 2024
Zirak pushed a commit to Zirak/opentelemetry-js that referenced this pull request Sep 14, 2024
…#4441)

* fix(instrumentation): pin [email protected]

* fix(changelog): add changlog entry

* Update experimental/CHANGELOG.md

Co-authored-by: Trent Mick <[email protected]>

* fix(changelog): additional details

* fix(changelog): formatting

* fix(changelog): lint

---------

Co-authored-by: Trent Mick <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants