-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/remix
SDK Version
8.31.0
Framework Version
Link to Sentry event
No response
Reproduction Example/SDK Setup
https://github.com/boertel/sentry-action-error/
a few tests that I did:
- build the app locally (with
npm run build
andnpm run start
) and the errors are reported - print DSN to make sure Sentry was properly setup
- trigger manually
captureException
which doesn't work
Steps to Reproduce
- deploy repo to vercel
- set
VITE_SENTRY_DSN
as an environment variable
2 access the page /sentry-example-page - click "throw an error on the action!"
Expected Result
Expected behavior is to see: "Sentry Error" on my Sentry Issues
(I do see a Unexpected Server Error
but it is reported by https://github.com/boertel/sentry-action-error/blob/main/app/root.tsx#40 on the client side)
Actual Result
error is not showing in my Issues
chargome
Metadata
Metadata
Assignees
Labels
Projects
Status
No status