You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we broaden the range of @opentelemetry/api to include 1.9.0? A transitive upgrade of this package recently resulted in a regression to the tracing of a project I work on (due to having 1.8.0 as the dd-trace transitive and 1.9.0 being a Sentry transitive).
The project in question is a Next.js app that makes use of TracerProvider.
Is your feature request related to a problem?
No response
Describe alternatives you've considered
I can pin to 1.8.0 but it would be ideal to use 1.9.0.
Additional context
Happy to submit a PR for this.
The text was updated successfully, but these errors were encountered:
Package Name
dd-trace
Package Version(s)
No response
Describe the feature you'd like
Can we broaden the range of
@opentelemetry/api
to include1.9.0
? A transitive upgrade of this package recently resulted in a regression to the tracing of a project I work on (due to having1.8.0
as thedd-trace
transitive and1.9.0
being a Sentry transitive).The project in question is a Next.js app that makes use of
TracerProvider
.Is your feature request related to a problem?
No response
Describe alternatives you've considered
I can pin to
1.8.0
but it would be ideal to use1.9.0
.Additional context
Happy to submit a PR for this.
The text was updated successfully, but these errors were encountered: