mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-13 01:08:45 -05:00
react: throw error on sendToHq failing
This commit is contained in:
@@ -35,5 +35,6 @@ export const sendToHq = async ({ submission, schema }: sendToHqProps) => {
|
||||
]);
|
||||
} catch (e) {
|
||||
console.error(`🧱 FormBricks: Unable to send submission to Formbricks HQ. Error: ${e}`);
|
||||
throw e;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user