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

1 Commits

Author SHA1 Message Date
Süper Panel
c6d65e0a89 fix(observability): regenerate pnpm-lock.yaml for @sentry/react
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.
2026-06-01 18:20:42 +03:00