pushed
lws803/GigaChadGPT • 10:00 PM - Apr 5, 2023
This change updates the shared API handler to import Sentry from @sentry/node instead of @sentry/nextjs, which is a better fit for server-side error capture in this code path. The previous import could lead to exceptions not being reported as expected from backend handlers, making production debugging harder. With this fix, errors raised through the shared handler should now reach Sentry more reliably, improving observability when API requests fail.
