Sentry & ErrorBoundaries
Unanswered
Tibetan Spaniel posted this in #help-forum
Tibetan SpanielOP
I was looking for documentation on the Sentry site and was wondering if anyone knew if
import { ErrorBoundary as SentryErrorBoundary } from "@sentry/nextjs"; was supported at all? I can only find documentation about the React one and wasn't sure if it was the same.2 Replies
It should be fine to use the sentry error boundary for react from my knowledge
Just test it out