We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Are there any published versions of @sentry/opentelemetry that support @opentelemetry/api >= 2.0.0?
This is holding back our upgrade of multiple @opentelemetry, langfuse, prisma, and vercel otel packages.
Here's what @sentry/otel locks at:
'@sentry/[email protected]': resolution: {integrity: sha512-TLSP0n+sXKVcVkAM2ttVmXcAT2K3e9D5gdPfr6aCnW+KIGJuD7wzla/TIcTWFaVwUejbvXAB6IFpZ/qA8HFwyA==} engines: {node: '>=18'} peerDependencies: '@opentelemetry/api': ^1.9.0 '@opentelemetry/context-async-hooks': ^1.30.1 '@opentelemetry/core': ^1.30.1 '@opentelemetry/instrumentation': ^0.57.1 '@opentelemetry/sdk-trace-base': ^1.30.1 '@opentelemetry/semantic-conventions': ^1.28.0
Bumping to ^2.0.0 would be helpful, I haven't yet looked to see what could potentially break.
If there's a canary release I'm happy to give it a try.
The text was updated successfully, but these errors were encountered:
Much of the world has upgraded to 2.0.0 per npm downloads.
Sorry, something went wrong.
Hey @ian this is being tracked by #15737 - closing this issue in favor of that one.
No branches or pull requests
Problem Statement
Are there any published versions of @sentry/opentelemetry that support @opentelemetry/api >= 2.0.0?
This is holding back our upgrade of multiple @opentelemetry, langfuse, prisma, and vercel otel packages.
Solution Brainstorm
Here's what @sentry/otel locks at:
'@sentry/[email protected]':
resolution: {integrity: sha512-TLSP0n+sXKVcVkAM2ttVmXcAT2K3e9D5gdPfr6aCnW+KIGJuD7wzla/TIcTWFaVwUejbvXAB6IFpZ/qA8HFwyA==}
engines: {node: '>=18'}
peerDependencies:
'@opentelemetry/api': ^1.9.0
'@opentelemetry/context-async-hooks': ^1.30.1
'@opentelemetry/core': ^1.30.1
'@opentelemetry/instrumentation': ^0.57.1
'@opentelemetry/sdk-trace-base': ^1.30.1
'@opentelemetry/semantic-conventions': ^1.28.0
Bumping to ^2.0.0 would be helpful, I haven't yet looked to see what could potentially break.
If there's a canary release I'm happy to give it a try.
The text was updated successfully, but these errors were encountered: