-
Notifications
You must be signed in to change notification settings - Fork 984
feat: ESM support for instrumentation #3698
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
Changes from 3 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
43fd59e
docs: add example for esm-http-ts
JamieDanielson e5215fe
fix: use instr version not node version
JamieDanielson 3c51c6d
deps: add import-in-the-middle
JamieDanielson 8444af3
feat: add iitm for esm instr
JamieDanielson e4478d9
docs: add readme notes from valentin
JamieDanielson 1434b27
wip: add test based on valentin's test
JamieDanielson a533f9f
remove changes to ritm init
JamieDanielson a43089b
update example - use build dir, add readme
JamieDanielson 85a2e8f
add changelog entry
JamieDanielson e0b5c44
dont use ritm singleton for iitm
JamieDanielson 63477c5
fix up call for new iitm
JamieDanielson 1188c02
Merge branch 'main' into esm-support
JamieDanielson 33e544c
Merge branch 'main' into esm-support
lizthegrey bfe51f5
wrap function refactor
pkanal 7110c37
clean up
pkanal 3ddb3a9
Merge pull request #1 from honeycombio/purvi/esm-tests
JamieDanielson 3f3d9a2
Merge branch 'main' into esm-support
JamieDanielson 2936a16
update changelog: it takes a village
JamieDanielson 4a10129
small cleanup on test
JamieDanielson 50363c5
version should be node version, not instr version
JamieDanielson c9922c3
run lint:fix for prettier error
JamieDanielson b722486
Merge pull request #2 from honeycombio/jamie.http-node-version
pkanal 4ac1ee1
base unwrap functionality
pkanal a346531
move esm specific wrap logic to node class
pkanal 1ca6b55
fix types
pkanal 4401576
add masswrap & massunwrap
pkanal 86b6837
handle edge cases for masswrap and massunwrap
pkanal da694c7
Merge pull request #3 from honeycombio/purvi.unwrap
JamieDanielson 1612855
Merge branch 'main' into esm-support
JamieDanielson e924c99
Ship shimmer types (#5)
pkanal b894bcd
Merge branch 'main' into esm-support
pkanal 68c43c9
use --experimental-meta-resolve option with hook file (#8)
pkanal a2a74f8
Merge branch 'main' into esm-support
pkanal a529c8c
fix markdown
pkanal ddc8dc5
Merge branch 'main' into esm-support
pkanal 42eb5ba
address PR feedback (#9)
pkanal 4f71df8
Update experimental/packages/opentelemetry-instrumentation/hook.js
pkanal 6a052b1
Update experimental/packages/opentelemetry-instrumentation/hook.mjs
pkanal 58d34c0
change back to process.versions.node (#10)
pkanal 33409da
address pr feedback (#11)
pkanal 1f017b0
remove `--experimental-import-meta-resolve` flag (#12)
pkanal 16109d3
Merge branch 'main' into esm-support
JamieDanielson bcaef1c
Merge branch 'main' into esm-support
JamieDanielson c590efc
Merge branch 'main' into esm-support
JamieDanielson 59047bd
remove import limitation from README
pkanal 0167a10
add esm example to examples readme
pkanal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.