update formbricks/js

This commit is contained in:
Matthias Nannt
2023-04-26 14:46:15 +02:00
parent ddec12740d
commit 8a7f8eb94c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@formbricks/js",
"version": "0.1.13",
"version": "0.1.14",
"description": "Formbricks-js allows you to connect your app to Formbricks, display surveys and trigger events.",
"keywords": [
"Formbricks",

View File

@@ -119,8 +119,8 @@ export class ErrorHandler {
this.initialized = true;
// for some reason, Logger.getInstance().debug didnt work here
console.log("Formbricks - initializing error handler");
console.log("Custom error handler: ", typeof errorHandler === "function" ? "yes" : "no");
console.log("🧱 Formbricks - initializing error handler");
console.log("🧱 Formbricks - Custom error handler: ", typeof errorHandler === "function" ? "yes" : "no");
ErrorHandler.instance = new ErrorHandler(errorHandler);
}