fix: Error sql when searching list of histories#74
Conversation
taiphanvan2k3
commented
Dec 2, 2025
- Updated ConversationRepository to include IsStarred in the conversation query and streamlined parameter handling for improved readability and maintainability.
- Refactored OpenTelemetryExtensions to consolidate tracing configuration, ensuring proper resource attributes and OTLP exporter setup for better observability.
- Improved exception handling in GlobalExceptionMiddleware to provide clearer error messages without leaking internal details.
- Updated ConversationRepository to include IsStarred in the conversation query and streamlined parameter handling for improved readability and maintainability. - Refactored OpenTelemetryExtensions to consolidate tracing configuration, ensuring proper resource attributes and OTLP exporter setup for better observability. - Improved exception handling in GlobalExceptionMiddleware to provide clearer error messages without leaking internal details.
|
Caution Review failedThe pull request is closed. WalkthroughThree files modified to consolidate SQL parameter handling in repository queries, refactor OpenTelemetry configuration with GCP-specific resource attributes, and update exception middleware to expose internal error details in error responses. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Free 📒 Files selected for processing (3)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
…arch-list-of-histories fix: Error sql when searching list of histories