@sentry/rollup-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
|
@@ -45,8 +45,7 @@ export default {
|
|
|
45
45
|
org: process.env.SENTRY_ORG,
|
|
46
46
|
project: process.env.SENTRY_PROJECT,
|
|
47
47
|
|
|
48
|
-
// Auth tokens can be obtained from https://sentry.io/
|
|
49
|
-
// and need `project:releases` and `org:read` scopes
|
|
48
|
+
// Auth tokens can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/
|
|
50
49
|
authToken: process.env.SENTRY_AUTH_TOKEN,
|
|
51
50
|
}),
|
|
52
51
|
],
|
|
@@ -93,6 +92,8 @@ Type: `string`
|
|
|
93
92
|
|
|
94
93
|
The slug of the Sentry organization associated with the app.
|
|
95
94
|
|
|
95
|
+
This value can also be specified via the `SENTRY_ORG` environment variable.
|
|
96
|
+
|
|
96
97
|
### `project`
|
|
97
98
|
|
|
98
99
|
|
|
@@ -105,7 +106,7 @@ This value can also be specified via the `SENTRY_PROJECT` environment variable.
|
|
|
105
106
|
|
|
106
107
|
Type: `string`
|
|
107
108
|
|
|
108
|
-
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/
|
|
109
|
+
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/.
|
|
109
110
|
|
|
110
111
|
This value can also be specified via the `SENTRY_AUTH_TOKEN` environment variable.
|
|
111
112
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentry/rollup-plugin",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Official Sentry Rollup 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/rollup-plugin",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"prepack": "ts-node ./src/prepack.ts"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@sentry/bundler-plugin-core": "2.
|
|
52
|
+
"@sentry/bundler-plugin-core": "2.8.0",
|
|
53
53
|
"unplugin": "1.0.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@babel/preset-typescript": "7.17.12",
|
|
62
62
|
"@rollup/plugin-babel": "5.3.1",
|
|
63
63
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
64
|
-
"@sentry-internal/eslint-config": "2.
|
|
65
|
-
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.
|
|
64
|
+
"@sentry-internal/eslint-config": "2.8.0",
|
|
65
|
+
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.8.0",
|
|
66
66
|
"@swc/core": "^1.2.205",
|
|
67
67
|
"@swc/jest": "^0.2.21",
|
|
68
68
|
"@types/jest": "^28.1.3",
|