I’m trying to incorporate Sentry v8 to my Next.ts v14 project, I’m having a very weird issue where my sentry works perfectly fine locally but when in production, it only works in a few instances. The sentry example and any throw error at top level work. Any errors in useEffect or server actions aren’t sent […]