getsentry / sentry-webpack-plugin

Repo moved to https://github.com/getsentry/sentry-javascript-bundler-plugins. Please open any issues/PRs there.
MIT License
662 stars 116 forks source link

Is the plugin compatible with the major release of @sentry/cli? #362

Closed sawilde closed 2 years ago

sawilde commented 2 years ago

The current plugin is referencing an older version of @sentry/cli however the cli package has a new major release and I want to know if they are compatible ie if my yarn.lock has both @sentry/cli 1.x (due to plugin) and 2.x (due to dependencies) will this be an issue or should I restrict my package.json to the 1.x version of @sentry/cli ?

kamilogorek commented 2 years ago

Yes, it is fully backward compatible, no need to change anything. Cheers!