Skip to content

Commit

Permalink
fix(sveltekit): add url param to source map upload options (#13812)
Browse files Browse the repository at this point in the history
  • Loading branch information
obostjancic authored Oct 2, 2024
1 parent 35bdc87 commit 5e6aef2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/sveltekit/src/vite/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e6aef2

Please sign in to comment.