Replies: 1 comment 1 reply
-
|
Hi @aivus, You're right, this makes them not optional anymore. Curiously, if you use yarn v1 they do not get installed, but they do get installed when using npm or pnpm. Given we are all using yarn v1 in this repo this kind of flew under the radar. We are planning to move away from OpenTelemetry dependencies as a whole with the next major and a lot of this will go away. Even if these are pulled in, if you're just using Is this causing any issues for you? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
As a part of #18502 @andreiborza made
@sentry/opentelemetryand@opentelemetry/*dependencies optional.Couple of days later in #19308
@sentry/opentelemetrydependency was moved back to prod dependencies. This made all the optionalities of@opentelemetry/*in #18502 useless, leading to always installing the "optional" dependencies.@andreiborza maybe you have any plans to get rid of opentelemetry from direct deps there? Or maybe you have plans to create a separate package for lightweight version?
Beta Was this translation helpful? Give feedback.
All reactions