Could @sentry/remix have a broader version range for @sentry/cli #9399
Closed
tmcw
started this conversation in
Features / New SDKs (Integrations) / Ideas
Replies: 1 comment 3 replies
-
The Remix SDK depends on sentry cli to make the We should bump the CLI version though, I'll take care of that. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been trying to avoid the "gigantic node_modules problem" in my projects, and Sentry's often one of the major ones. Right now what i'm seeing is that in this project I have
@sentry/remix
installed to instrument remix, and@sentry/cli
installed to push new releases. However, sentry/remix pins its dependency on sentry/cli:https://github.com/getsentry/sentry-javascript/blob/develop/packages/remix/package.json#L30
To an out-of-date version (this one's about 3 months old). So I get copies of
@sentry/cli
. And sentry/cli is a gigantic package - it's 27MB:This is kind of unfortunate, and my questions are:
Beta Was this translation helpful? Give feedback.
All reactions