You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sentry example does not handle server side exception.
I wonder why it is implemented in componentDidCatch which is called only on client side.
How about implementing it in pages/_error.js which can handle both side exceptions.
The sentry example does not handle server side exception.
I wonder why it is implemented in componentDidCatch which is called only on client side.
How about implementing it in pages/_error.js which can handle both side exceptions.
The text was updated successfully, but these errors were encountered: