Skip to content

feat(web): add production Sentry observability - #5

Merged
sabahattink merged 1 commit into
mainfrom
feat/sentry-observability
Aug 8, 2026
Merged

feat(web): add production Sentry observability#5
sabahattink merged 1 commit into
mainfrom
feat/sentry-observability

Conversation

@sabahattink

Copy link
Copy Markdown
Owner

Summary

  • Adds production Sentry observability to the Recall web app
  • Enables client, server, and edge error monitoring
  • Adds tracing with controlled sampling
  • Adds privacy-conscious Session Replay
  • Enables source-map upload support for Vercel
  • Adds project-scoped Sentry MCP configuration at the monorepo root
  • Configures pnpm to allow only the required Sentry CLI build script

Sampling

  • Tracing: 10%
  • Session Replay: 1%
  • Replay on error: 100%

Privacy

  • User information collection disabled
  • HTTP body collection disabled
  • sendDefaultPii not enabled
  • Default Replay masking preserved

Validation

  • pnpm install --frozen-lockfile
  • pnpm lint
  • pnpm typecheck
  • pnpm test
  • pnpm build
  • node scripts/ci-verify.mjs
  • recall-web lint/typecheck/test/build

Deployment

  • Requires SENTRY_AUTH_TOKEN in Vercel Production and Preview environments
  • SENTRY_ORG and SENTRY_PROJECT are configured in next.config.ts

@vercel

vercel Bot commented Aug 8, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
recall Ready Ready Preview Aug 8, 2026 8:47am

@sabahattink
sabahattink merged commit 8c8fbc5 into main Aug 8, 2026
5 checks passed
@sabahattink
sabahattink deleted the feat/sentry-observability branch August 8, 2026 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant