@sentry/vite-plugin
Advanced tools
Comparing version 2.16.1 to 2.17.0
{ | ||
"name": "@sentry/vite-plugin", | ||
"version": "2.16.1", | ||
"version": "2.17.0", | ||
"description": "Official Sentry Vite plugin", | ||
@@ -51,3 +51,3 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "2.16.1", | ||
"@sentry/bundler-plugin-core": "2.17.0", | ||
"unplugin": "1.0.1" | ||
@@ -61,4 +61,4 @@ }, | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "2.16.1", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.16.1", | ||
"@sentry-internal/eslint-config": "2.17.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.17.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -65,0 +65,0 @@ "@swc/jest": "^0.2.21", |
@@ -32,3 +32,3 @@ <p align="center"> | ||
```bash | ||
pnpm add -D @sentry/vite-plugin | ||
pnpm add @sentry/vite-plugin --save-dev | ||
``` | ||
@@ -392,2 +392,4 @@ | ||
**Deprecation Notice:** `cleanArtifacts` is deprecated and will does currently not do anything. Historically it was needed since uploading the same artifacts twice was not allowed. Nowadays, when uploading artifacts with the same name more than once to the same release on Sentry, Sentry will prefer the most recent artifact for source mapping. | ||
### `release.uploadLegacySourcemaps` | ||
@@ -394,0 +396,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33624
533
+ Added@sentry/babel-plugin-component-annotate@2.17.0(transitive)
+ Added@sentry/bundler-plugin-core@2.17.0(transitive)
- Removed@sentry/babel-plugin-component-annotate@2.16.1(transitive)
- Removed@sentry/bundler-plugin-core@2.16.1(transitive)