From ac06f6e8a5e94bff66c05b6e48f04e086aa3936f Mon Sep 17 00:00:00 2001 From: rodolfoBee <64906376+rodolfoBee@users.noreply.github.com> Date: Tue, 3 Oct 2023 11:08:15 +0200 Subject: [PATCH] Updating vite plugin link The previous link resulted in a 404 error: https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/packages/vite-plugin/README.md#configuration I have changed it to the npm link with all options: https://www.npmjs.com/package/@sentry/vite-plugin Could also use this link: https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/packages/vite-plugin/README_TEMPLATE.md but it does not seem well maintained --- packages/sveltekit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sveltekit/README.md b/packages/sveltekit/README.md index 5ca2cff3e73d..477d9181b8a5 100644 --- a/packages/sveltekit/README.md +++ b/packages/sveltekit/README.md @@ -194,7 +194,7 @@ export default { ### Configuring Source maps upload Under `sourceMapsUploadOptions`, you can also specify all additional options supported by the -[Sentry Vite Plugin](https://github.com/getsentry/sentry-javascript-bundler-plugins/blob/main/packages/vite-plugin/README.md#configuration). +[Sentry Vite Plugin](https://www.npmjs.com/package/@sentry/vite-plugin). This might be useful if you're using adapters other than the Node adapter or have a more customized build setup. ```js