Skip to content

Commit 76a0886

Browse files
committed
update api docs
1 parent d4e9742 commit 76a0886

File tree

1 file changed

+3
-0
lines changed
  • packages/bundler-plugin-core/src

1 file changed

+3
-0
lines changed

packages/bundler-plugin-core/src/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ export interface Options {
9393
/**
9494
* Disables all functionality related to sourcemaps.
9595
*
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+
*
9699
* Defaults to `false`.
97100
*/
98101
disable?: boolean | "disable-upload";

0 commit comments

Comments
 (0)