@logtail/core
Advanced tools
Comparing version 0.1.8 to 0.1.10
@@ -16,3 +16,3 @@ "use strict"; | ||
// If true, errors/failed logs should be ignored | ||
ignoreExceptions: false | ||
ignoreExceptions: true | ||
}; | ||
@@ -126,2 +126,5 @@ /** | ||
} | ||
else { | ||
console.error(e); | ||
} | ||
} | ||
@@ -128,0 +131,0 @@ // Return the resulting log |
@@ -14,3 +14,3 @@ import { LogLevel } from "@logtail/types"; | ||
// If true, errors/failed logs should be ignored | ||
ignoreExceptions: false | ||
ignoreExceptions: true | ||
}; | ||
@@ -124,2 +124,5 @@ /** | ||
} | ||
else { | ||
console.error(e); | ||
} | ||
} | ||
@@ -126,0 +129,0 @@ // Return the resulting log |
{ | ||
"name": "@logtail/core", | ||
"version": "0.1.8", | ||
"version": "0.1.10", | ||
"description": "Logtail.com - logging core", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9c5128ea013a98366e6634fd3418eb553ae34dc8" | ||
"gitHead": "6f31cf610eea1d13dbc8d4b32c12418da414416b" | ||
} |
@@ -29,3 +29,3 @@ import { | ||
// If true, errors/failed logs should be ignored | ||
ignoreExceptions: false | ||
ignoreExceptions: true | ||
}; | ||
@@ -200,2 +200,4 @@ | ||
throw e; | ||
} else { | ||
console.error(e); | ||
} | ||
@@ -202,0 +204,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78722
1473