Skip to content
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

Upgrade dependencies and make @open-telemetry/api a peer-dependency #153

Merged
merged 1 commit into from
Aug 15, 2024

Conversation

evanderkoogh
Copy link
Owner

Fixes #149

What this PR solves / how to test:

This PR updates all open-telemetry dependencies to their latest versions and makes @open-telemetry/api a peer-dependency, which is needed, because if the instrumented application had another version installed, it API won't work.

The biggest challenge is that I am not entirely sure if the semantic conventions were updated in a way that is different than the version that we were using previously. That is something that we need to figure out to make a note of that in a migrating to 1.0 blurb.

@evanderkoogh evanderkoogh requested a review from jahands August 12, 2024 07:51
@evanderkoogh evanderkoogh merged commit fe8c4bc into main Aug 15, 2024
1 check passed
@evanderkoogh evanderkoogh deleted the api-as-peer-dependency branch September 19, 2024 02:35
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.

trace.getActiveSpan() returning undefined in fetch
1 participant