@sentry/bundler-plugin-core 2.0.0-alpha.6 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -10,10 +10,10 @@ Core package containing the bundler-agnostic functionality used by the bundler p
10
10
 
11
11
  Check out the individual packages for more information and examples:
12
12
 
13
- - [Rollup](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin)
14
- - [Vite](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin)
15
- - [esbuild](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin)
16
- - [Webpack](https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin)
13
+ - [Rollup](https://www.npmjs.com/package/@sentry/rollup-plugin)
14
+ - [Vite](https://www.npmjs.com/package/@sentry/vite-plugin)
15
+ - [esbuild](https://www.npmjs.com/package/@sentry/esbuild-plugin)
16
+ - [Webpack](https://www.npmjs.com/package/@sentry/webpack-plugin)
17
17
 
18
18
  ### Features
19
19
 
@@ -27,7 +27,5 @@ The Sentry bundler plugin core package contains the following functionality:
27
27
  ### More information
28
28
 
29
29
  - [Sentry Documentation](https://docs.sentry.io/quickstart/)
30
- - [Troubleshooting Sourcemaps](https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/)
31
- - [Sentry CLI](https://docs.sentry.io/learn/cli/)
32
30
  - [Sentry Discord](https://discord.gg/Ww9hbqr)
33
31
  - [Sentry Stackoverflow](http://stackoverflow.com/questions/tagged/sentry)