#How can I report a route to Sentry?
1 messages · Page 1 of 1 (latest)
you will need to report the error in your error boundary with Sentry.captureException() instead of relying on the automatic mechanism.
1 messages · Page 1 of 1 (latest)
When an error boundary catches an error, right now in my integration (after following Sentry's docs as seen here: https://docs.sentry.io/platforms/javascript/guides/remix/) it does not report the error in Sentry, as the error boundary has caught it.
Does anyone have any insight on how to accomplish this?
Thank you in advance!
you will need to report the error in your error boundary with Sentry.captureException() instead of relying on the automatic mechanism.