We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bdc87 commit 5e6aef2Copy full SHA for 5e6aef2
packages/sveltekit/src/vite/types.ts
@@ -105,6 +105,12 @@ type SourceMapsUploadOptions = {
105
*/
106
inject?: boolean;
107
};
108
+
109
+ /**
110
+ * The URL of the Sentry instance to upload the source maps to.
111
+ */
112
+ url?: string;
113
114
/**
115
* Options to further customize the Sentry Vite Plugin (@sentry/vite-plugin) behavior directly.
116
* Options specified in this object take precedence over the options specified in
0 commit comments