Skip to content

Commit 5e6aef2

Browse files
authored
fix(sveltekit): add url param to source map upload options (#13812)
1 parent 35bdc87 commit 5e6aef2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/sveltekit/src/vite/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ type SourceMapsUploadOptions = {
105105
*/
106106
inject?: boolean;
107107
};
108+
109+
/**
110+
* The URL of the Sentry instance to upload the source maps to.
111+
*/
112+
url?: string;
113+
108114
/**
109115
* Options to further customize the Sentry Vite Plugin (@sentry/vite-plugin) behavior directly.
110116
* Options specified in this object take precedence over the options specified in

0 commit comments

Comments
 (0)