Compare commits

...

2 Commits

Author SHA1 Message Date
Bryan Thompson
017d09c30c Merge branch 'main' into fix/sentry-cli-repath 2026-08-04 18:37:29 -05:00
Bryan Thompson
c4c6b6400a fix(sentry-cli): re-path source to packages/cli/plugins/sentry-cli + bump ae9a84c5 → 94a4ca58
Upstream getsentry/cli restructured to a pnpm-workspace monorepo
(getsentry/cli@96390e5, 2026-07-31); the pinned subdir plugins/sentry-cli
no longer exists at HEAD. The plugin moved intact to
packages/cli/plugins/sentry-cli (Sentry's own .claude-plugin/marketplace.json
declares it there; plugin version 0.40.0 -> 0.41.0). Validated at the new
path+SHA with claude plugin validate.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-03 15:49:54 -05:00

View File

@@ -3152,9 +3152,9 @@
"source": {
"source": "git-subdir",
"url": "https://github.com/getsentry/cli.git",
"path": "plugins/sentry-cli",
"path": "packages/cli/plugins/sentry-cli",
"ref": "main",
"sha": "ae9a84c5ac02ac3733b0946ca7538997d96ab80d"
"sha": "94a4ca5801784ee4fe55bcdf4a19258835fa5e8f"
},
"homepage": "https://sentry.io"
},