@sentry/junior-sentry 0.130.0 → 0.132.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 +1 -1
- package/package.json +1 -1
- package/plugin.yaml +1 -1
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ export const plugins = defineJuniorPlugins(["@sentry/junior-sentry"]);
|
|
|
18
18
|
|
|
19
19
|
## Sentry CLI Surface
|
|
20
20
|
|
|
21
|
-
The plugin installs the npm `sentry` package as a runtime dependency and injects the current user's OAuth token as `SENTRY_AUTH_TOKEN` for Sentry skill commands. The OAuth grant
|
|
21
|
+
The plugin installs the npm `sentry` package as a runtime dependency and injects the current user's OAuth token as `SENTRY_AUTH_TOKEN` for Sentry skill commands. The OAuth grant supports alert, issue, project, team, member lookup, and release workflows. Existing connections must reconnect after upgrading to grant newly added scopes.
|
|
22
22
|
|
|
23
23
|
As of 2026-07-13, `sentry@latest` is `0.38.0`. The verified command groups used by the bundled skill are:
|
|
24
24
|
|
package/package.json
CHANGED
package/plugin.yaml
CHANGED
|
@@ -20,7 +20,7 @@ oauth:
|
|
|
20
20
|
client-secret-env: SENTRY_CLIENT_SECRET
|
|
21
21
|
authorize-endpoint: https://sentry.io/oauth/authorize/
|
|
22
22
|
token-endpoint: https://sentry.io/oauth/token/
|
|
23
|
-
scope: "alerts:write event:read org:read project:
|
|
23
|
+
scope: "alerts:write event:write member:read org:read project:releases project:write team:write"
|
|
24
24
|
|
|
25
25
|
runtime-dependencies:
|
|
26
26
|
- type: npm
|