@sentry/vite-plugin 2.7.0 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -53,8 +53,7 @@ export default defineConfig({
|
|
|
53
53
|
org: process.env.SENTRY_ORG,
|
|
54
54
|
project: process.env.SENTRY_PROJECT,
|
|
55
55
|
|
|
56
|
-
// Auth tokens can be obtained from https://sentry.io/
|
|
57
|
-
// and need `project:releases` and `org:read` scopes
|
|
56
|
+
// Auth tokens can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/
|
|
58
57
|
authToken: process.env.SENTRY_AUTH_TOKEN,
|
|
59
58
|
}),
|
|
60
59
|
],
|
|
@@ -98,6 +97,8 @@ Type: `string`
|
|
|
98
97
|
|
|
99
98
|
The slug of the Sentry organization associated with the app.
|
|
100
99
|
|
|
100
|
+
This value can also be specified via the `SENTRY_ORG` environment variable.
|
|
101
|
+
|
|
101
102
|
### `project`
|
|
102
103
|
|
|
103
104
|
|
|
@@ -110,7 +111,7 @@ This value can also be specified via the `SENTRY_PROJECT` environment variable.
|
|
|
110
111
|
|
|
111
112
|
Type: `string`
|
|
112
113
|
|
|
113
|
-
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/
|
|
114
|
+
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/.
|
|
114
115
|
|
|
115
116
|
This value can also be specified via the `SENTRY_AUTH_TOKEN` environment variable.
|
|
116
117
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/vite-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Official Sentry Vite plugin",
|
|
5
5
|
"repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git",
|
|
6
6
|
"homepage": "https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"prepack": "ts-node ./src/prepack.ts"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@sentry/bundler-plugin-core": "2.
|
|
51
|
+
"@sentry/bundler-plugin-core": "2.8.0",
|
|
52
52
|
"unplugin": "1.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"@babel/preset-typescript": "7.17.12",
|
|
58
58
|
"@rollup/plugin-babel": "5.3.1",
|
|
59
59
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
60
|
-
"@sentry-internal/eslint-config": "2.
|
|
61
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.
|
|
60
|
+
"@sentry-internal/eslint-config": "2.8.0",
|
|
61
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.8.0",
|
|
62
62
|
"@swc/core": "^1.2.205",
|
|
63
63
|
"@swc/jest": "^0.2.21",
|
|
64
64
|
"@types/jest": "^28.1.3",
|