opentelemetry-ext-js icon indicating copy to clipboard operation
opentelemetry-ext-js copied to clipboard

feat: support core experimental version 0.32.0

Open FelipeEmerim opened this issue 2 years ago • 0 comments

Hi, thanks for the amazing libs!

This PR updates the core experimental version to 0.32.0. I used this PR as a base for my work.

I had some problems running tests locally for the mongoose and neo4j instrumentations, it seems I need to configure those tools in my local environment. Edit: Found the comments in the tests about how to setup Docker for those instrumentations, all tests have passed.

I also had some problems with peer dependencies like:

[email protected]" has unmet peer dependency "@opentelemetry/api@^1.0.0".

I ignored these errors because they happened before I even started updating deps. I am probably missing something basic as I have little knowledge of Yarn in a lerna project. I tried looking for a contributing guide but could not find it. If you have it, could you please link it here so I can follow?

I checked the release Changelogs for experimental packages on opentelemetry-js and it seems the packages here are not affected by the breaking changes. There are some deprecations to resolve but I think making a separate PR for them would be better as they require more effort and knowledge.

FelipeEmerim avatar Sep 12 '22 13:09 FelipeEmerim