mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 11:11:05 -05:00
update formbricks/js
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user