Right know, error handling is done manually by users, like so:
functionhandleError(err: unknown){consteventId=Sentry.captureException(error);return["**Error**","There was an problem with your request.","Please report the following to the user:",`**Event ID**: ${eventId}`,process.env.NODE_ENV!=="production"
? errorinstanceofError
? error.message
: String(error)
: "",].join("\n\n");}
Right know, error handling is done manually by users, like so: