Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/remix
SDK Version
7.80.1
Framework Version
2.3.0
Link to Sentry event
No response
SDK Setup
Check the link to StackBlitz below.
Steps to Reproduce
- Open https://stackblitz.com/edit/remix-run-remix-ikymah?file=app%2Futils.ts.
- Run
npx vite build to build the client bundle.
Expected Result
The file node_modules/@sentry/remix/esm/index.client.js should probably export a dummy captureRemixServerException with an implementation like new Error("Not implemented for client").
Check this comment by Hiroshi on Remix's repo for more context: remix-run/remix#7973 (comment)
Actual Result

Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/remix
SDK Version
7.80.1
Framework Version
2.3.0
Link to Sentry event
No response
SDK Setup
Check the link to StackBlitz below.
Steps to Reproduce
npx vite buildto build the client bundle.Expected Result
The file
node_modules/@sentry/remix/esm/index.client.jsshould probably export a dummycaptureRemixServerExceptionwith an implementation likenew Error("Not implemented for client").Check this comment by Hiroshi on Remix's repo for more context: remix-run/remix#7973 (comment)
Actual Result