fix(observability): regenerate pnpm-lock.yaml for @sentry/react #69

Merged
root merged 1 commits from fix/sentry-lockfile into dev 2026-06-01 18:21:57 +03:00
Owner

PR #68 added @sentry/react ^9.0.0 to apps/web/package.json without updating pnpm-lock.yaml. The merge deploy zwso4wc44skscw8k0ocw8wwo failed at pnpm install --frozen-lockfile with ERR_PNPM_OUTDATED_LOCKFILE.

This regenerates the lockfile with pnpm@10.29.3 (the version corepack activates in the Dockerfile). Diff is +80/-0, only the new @sentry/* dep tree.

Merge → auto-redeploy → fixes the dev deploy.

🤖 Generated with Claude Code

PR #68 added `@sentry/react ^9.0.0` to apps/web/package.json without updating `pnpm-lock.yaml`. The merge deploy `zwso4wc44skscw8k0ocw8wwo` failed at `pnpm install --frozen-lockfile` with `ERR_PNPM_OUTDATED_LOCKFILE`. This regenerates the lockfile with pnpm@10.29.3 (the version corepack activates in the Dockerfile). Diff is +80/-0, only the new @sentry/* dep tree. Merge → auto-redeploy → fixes the dev deploy. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
root added 1 commit 2026-06-01 18:20:50 +03:00
PR #68 added `@sentry/react ^9.0.0` to apps/web/package.json without
updating pnpm-lock.yaml — the merge deploy (zwso4wc44skscw8k0ocw8wwo)
failed at `pnpm install --frozen-lockfile`:

  ERR_PNPM_OUTDATED_LOCKFILE: specifiers in the lockfile don't match
  specifiers in package.json:
  * 1 dependencies were added: @sentry/react@^9.0.0

Regenerated with pnpm@10.29.3 (matches the Dockerfile activation).
Only +80 lines (the new sentry deps); no other importers touched.
root merged commit ed3a777d87 into dev 2026-06-01 18:21:57 +03:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: root/sase.tr#69