Add sentry#170
Conversation
There was a problem hiding this comment.
Code Review
This pull request integrates Sentry SDKs into both the NestJS backend and the React Router frontend to enable error tracking and performance monitoring. Key changes include initializing Sentry in both environments, registering the Sentry NestJS module, and capturing unhandled exceptions in the backend's error filter. The review feedback highlights several important improvements: Sentry's debug mode should not be hardcoded to true in production, active Sentry DSNs should be replaced with placeholders in the .env.example files, and the server-rendered HTML stream in the frontend should be wrapped with Sentry.injectTraceMetaTags to ensure distributed tracing propagates correctly to the client.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
No description provided.