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

feat: Update OTEL deps #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AbhiPrasad
Copy link

  • upgrade @sentry/instrumentation to ^0.52.1

The main change that this brings in is
https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.52.1, which pins import-in-the-middle to have caret range. This allows users to get important bug fixes with import-in-the-middle. There are numerous import-in-the-middle bugs that have been fixed, which is important for ESM users.

  • upgrade @opentelemetry/semantic-conventions to ^1.25.1

This doesn't have any notable impact, but figured I'd upgrade it while I'm here

- upgrade @sentry/instrumentation to ^0.52.1

The main change that this brings in is
https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.52.1,
which pins `import-in-the-middle` to have caret range. This allows users
to get important bug fixes with `import-in-the-middle`.

- upgrade @opentelemetry/semantic-conventions to ^1.25.1

This doesn't have any notable impact, but figured I'd upgrade it while
I'm here
@mydea
Copy link

mydea commented Sep 4, 2024

Hey @justindsmith, any chance to get this merged and released?

FWIW we could even bump this to 0.53.0 now, which has been released in the meanwhile @AbhiPrasad

mydea added a commit to getsentry/sentry-javascript that referenced this pull request Sep 5, 2024
…13587)

This bumps all our internal OTEL instrumentation to their latest
version.

Mainly, this fixes two things:

* Mongoose now supports v7 & v8
open-telemetry/opentelemetry-js-contrib#2353
* A variety of bug fixes, including a problem with http.get in ESM mode
open-telemetry/opentelemetry-js#4857 - See:
https://github.com/open-telemetry/opentelemetry-js/releases/tag/experimental%2Fv0.53.0

Related:

* open-telemetry/opentelemetry-js#4975 Issue
about relaxing deps in "core" instrumentation packages
* PR to bump deps in `@prisma/instrumentation`:
prisma/prisma#25160
* PR to bump deps in `opentelemetry-instrument-remix`:
justindsmith/opentelemetry-instrumentations-js#52
* PR to bump deps in `opentelemetry-instrumentation-fetch-node`:
gas-buddy/opentelemetry-instrumentation-fetch-node#17
(which will also be superseded by
#13485 eventually)

* Closes #11499
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