diff --git a/packages/sveltekit/src/vite/types.ts b/packages/sveltekit/src/vite/types.ts index abd526c1e13a..7102971375d4 100644 --- a/packages/sveltekit/src/vite/types.ts +++ b/packages/sveltekit/src/vite/types.ts @@ -105,6 +105,12 @@ type SourceMapsUploadOptions = { */ inject?: boolean; }; + + /** + * The URL of the Sentry instance to upload the source maps to. + */ + url?: string; + /** * Options to further customize the Sentry Vite Plugin (@sentry/vite-plugin) behavior directly. * Options specified in this object take precedence over the options specified in