@logtail/core
Advanced tools
Comparing version 0.2.0 to 0.2.2
@@ -20,3 +20,5 @@ "use strict"; | ||
// produce a warn log when context object max depth is reached | ||
contextObjectMaxDepthWarn: true | ||
contextObjectMaxDepthWarn: true, | ||
// produce a warning when circular reference is found in context object | ||
contextObjectCircularRefWarn: true, | ||
}; | ||
@@ -23,0 +25,0 @@ /** |
@@ -18,3 +18,5 @@ import { LogLevel } from "@logtail/types"; | ||
// produce a warn log when context object max depth is reached | ||
contextObjectMaxDepthWarn: true | ||
contextObjectMaxDepthWarn: true, | ||
// produce a warning when circular reference is found in context object | ||
contextObjectCircularRefWarn: true, | ||
}; | ||
@@ -21,0 +23,0 @@ /** |
{ | ||
"name": "@logtail/core", | ||
"version": "0.2.0", | ||
"version": "0.2.2", | ||
"description": "Logtail.com - logging core", | ||
@@ -43,6 +43,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@logtail/tools": "^0.2.0", | ||
"@logtail/types": "^0.2.0" | ||
"@logtail/tools": "^0.2.2", | ||
"@logtail/types": "^0.2.2" | ||
}, | ||
"gitHead": "d226598f304a1582b78f90de3b5750736011dc04" | ||
"gitHead": "7a5d7667b7abd6f8296584a878500266ed861d9d" | ||
} |
@@ -35,3 +35,6 @@ import { | ||
// produce a warn log when context object max depth is reached | ||
contextObjectMaxDepthWarn: true | ||
contextObjectMaxDepthWarn: true, | ||
// produce a warning when circular reference is found in context object | ||
contextObjectCircularRefWarn: true, | ||
}; | ||
@@ -38,0 +41,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
86025
1608
Updated@logtail/tools@^0.2.2
Updated@logtail/types@^0.2.2