pushed
lws803/GigaChadGPT • 2:08 PM - Mar 15, 2023
This change fixes error reporting in ChatInterface by removing Sentry.captureException from the success handler and calling it only when the mutation actually fails. Previously, normal assistant responses were being sent to Sentry as exceptions, which would create noisy telemetry and make real issues harder to spot. The practical effect is cleaner monitoring and more trustworthy error alerts when chat requests genuinely break.
