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 cd9c272 commit 33fac40Copy full SHA for 33fac40
packages/bundler-plugin-core/src/types.ts
@@ -91,7 +91,7 @@ export interface Options {
91
*/
92
sourcemaps?: {
93
/**
94
- * Disables all functionality related to sourcemaps.
+ * Disables all functionality related to sourcemaps if set to `true`.
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.
0 commit comments