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 d4e9742 commit 76a0886Copy full SHA for 76a0886
packages/bundler-plugin-core/src/types.ts
@@ -93,6 +93,9 @@ export interface Options {
93
/**
94
* Disables all functionality related to sourcemaps.
95
*
96
+ * If set to `"disable-upload"`, the plugin will not upload sourcemaps to Sentry, but will inject debug IDs into the build artifacts.
97
+ * This is useful if you want to manually upload sourcemaps to Sentry at a later point in time.
98
+ *
99
* Defaults to `false`.
100
*/
101
disable?: boolean | "disable-upload";
0 commit comments