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
Log callback error details if a callback throws an exception
This was always included in the response body, but sometimes that's not
convenient. In general no callbacks should be intentionally throwing an
error - if you want to send an error response, you should explicitly
return that instead.
0 commit comments