From 5e6aef2bb98feedd3fc6f80dbf4266ccf975e77e Mon Sep 17 00:00:00 2001 From: Ogi <86684834+obostjancic@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:06:37 +0200 Subject: [PATCH] fix(sveltekit): add url param to source map upload options (#13812) --- packages/sveltekit/src/vite/types.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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