For remix, what is correct usage of handleError in entry.server.tsx? #9117
Answered
by
AbhiPrasad
wilcoschoneveld
asked this question in
Q&A
|
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 |
Answered by
AbhiPrasad
Sep 26, 2023
Replies: 1 comment 1 reply
|
It's I'll also fix the docs, thanks for raising! |
1 reply
Answer selected by
AbhiPrasad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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!