File tree Expand file tree Collapse file tree
babel-plugin-component-annotate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ yarn add @sentry/babel-plugin-component-annotate --dev
4646Using pnpm:
4747
4848``` bash
49- pnpm install @sentry/babel-plugin-component-annotate --dev
49+ pnpm add @sentry/babel-plugin-component-annotate --save -dev
5050```
5151
5252## Example
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ yarn add @sentry/esbuild-plugin --dev
2929Using pnpm:
3030
3131``` bash
32- pnpm install @sentry/esbuild-plugin --dev
32+ pnpm add @sentry/esbuild-plugin --save -dev
3333```
3434
3535## Example
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ yarn add @sentry/rollup-plugin --dev
2929Using pnpm:
3030
3131``` bash
32- pnpm install @sentry/rollup-plugin --dev
32+ pnpm add @sentry/rollup-plugin --save -dev
3333```
3434
3535## Example
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ yarn add @sentry/vite-plugin --dev
2929Using pnpm:
3030
3131``` bash
32- pnpm add -D @sentry/vite-plugin
32+ pnpm add @sentry/vite-plugin --save-dev
3333```
3434
3535## Example
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ yarn add @sentry/webpack-plugin --dev
2929Using pnpm:
3030
3131``` bash
32- pnpm install @sentry/webpack-plugin --dev
32+ pnpm add @sentry/webpack-plugin --save -dev
3333```
3434
3535## Example
You can’t perform that action at this time.
0 commit comments