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

fix: Small Typo #423

Closed HazAT closed 1 year ago

HazAT commented 1 year ago

Fixes https://github.com/getsentry/sentry-docs/issues/6154

gradyy commented 1 year ago

Thanks for the quick fix. However, an instance of SentryCliPlugin was missed in this change. https://github.com/getsentry/sentry-webpack-plugin/blob/master/README.md?plain=1#L45-L57

Please run git grep "SentryCliPlugin" to check if there are other instances that need to be updated.