-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed as duplicate
Labels
Description
Note
The pull request "fix: Pin @opentelemetry/api to 1.9.0 across all SDK packages" was created by @logaretm but did not reference an issue. Therefore this issue was created for better visibility in external tools like Linear.
Summary
@opentelemetry/api@1.9.1was released on Mar 25 and introducedexport { Foo, type Bar }syntax (inline type modifiers) in its.d.tsfiles, which requires TypeScript 4.5+- Our SDK packages declare
"@opentelemetry/api": "^1.9.0", so users installing Sentry SDKs would transitively resolve to 1.9.1 - Users with
skipLibCheck: falseand TypeScript < 4.5 would get type errors from OTel's types - This pins
@opentelemetry/apito exactly1.9.0(no caret) in all 13 affected SDK packages
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Fields
Give feedbackNo fields configured for issues without a type.