@sentry/esbuild-plugin 2.7.0 → 2.7.1

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.
Files changed (2) hide show
  1. package/README.md +2 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -46,8 +46,7 @@ require("esbuild").build({
46
46
  org: process.env.SENTRY_ORG,
47
47
  project: process.env.SENTRY_PROJECT,
48
48
 
49
- // Auth tokens can be obtained from https://sentry.io/settings/account/api/auth-tokens/
50
- // and need `project:releases` and `org:read` scopes
49
+ // Auth tokens can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/
51
50
  authToken: process.env.SENTRY_AUTH_TOKEN,
52
51
  }),
53
52
  ],
@@ -103,7 +102,7 @@ This value can also be specified via the `SENTRY_PROJECT` environment variable.
103
102
 
104
103
  Type: `string`
105
104
 
106
- The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/settings/account/api/auth-tokens/. Required scopes: project:releases (and org:read if setCommits option is used).
105
+ The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/.
107
106
 
108
107
  This value can also be specified via the `SENTRY_AUTH_TOKEN` environment variable.
109
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/esbuild-plugin",
3
- "version": "2.7.0",
3
+ "version": "2.7.1",
4
4
  "description": "Official Sentry esbuild 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/esbuild-plugin",
@@ -48,7 +48,7 @@
48
48
  "prepack": "ts-node ./src/prepack.ts"
49
49
  },
50
50
  "dependencies": {
51
- "@sentry/bundler-plugin-core": "2.7.0",
51
+ "@sentry/bundler-plugin-core": "2.7.1",
52
52
  "unplugin": "1.0.1",
53
53
  "uuid": "^9.0.0"
54
54
  },
@@ -58,8 +58,8 @@
58
58
  "@babel/preset-typescript": "7.17.12",
59
59
  "@rollup/plugin-babel": "5.3.1",
60
60
  "@rollup/plugin-node-resolve": "13.3.0",
61
- "@sentry-internal/eslint-config": "2.7.0",
62
- "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.0",
61
+ "@sentry-internal/eslint-config": "2.7.1",
62
+ "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.1",
63
63
  "@swc/core": "^1.2.205",
64
64
  "@swc/jest": "^0.2.21",
65
65
  "@types/jest": "^28.1.3",