For remix, what is correct usage of handleError in entry.server.tsx? #9117
-
See https://docs.sentry.io/platforms/javascript/guides/remix/manual-setup/#v2-server-side-errors In the text it shows Which one is correct? I assume it is:
Now another question; if you have a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's I'll also fix the docs, thanks for raising! |
Beta Was this translation helpful? Give feedback.
It's
captureRemixServerException
. We just fixed the wizard with getsentry/sentry-wizard#466, will be releasing that soon.I'll also fix the docs, thanks for raising!