@dotcom-reliability-kit/log-error
Advanced tools
Comparing version 1.3.10 to 1.3.11
@@ -1,2 +0,2 @@ | ||
export default module.exports; | ||
export default "."; | ||
export type ErrorLoggingOptions = { | ||
@@ -14,7 +14,4 @@ error: (string | (Error & Record<string, any>)); | ||
export function logUnhandledError({ error, includeHeaders, request }: ErrorLoggingOptions): void; | ||
declare namespace exports { | ||
export { logHandledError, logRecoverableError, logUnhandledError, exports as default, ErrorLoggingOptions, InternalErrorLoggingOptions }; | ||
} | ||
declare namespace module { } | ||
declare namespace ___home_circleci_project_build_packages_log_error_lib_index_ { } | ||
import serializeRequest = require("@dotcom-reliability-kit/serialize-request"); | ||
//# sourceMappingURL=index.d.ts.map |
@@ -120,8 +120,6 @@ const appInfo = require('@dotcom-reliability-kit/app-info'); | ||
module.exports = { | ||
logHandledError, | ||
logRecoverableError, | ||
logUnhandledError | ||
}; | ||
exports.logHandledError = logHandledError; | ||
exports.logRecoverableError = logRecoverableError; | ||
exports.logUnhandledError = logUnhandledError; | ||
module.exports.default = module.exports; | ||
exports.default = exports; |
{ | ||
"name": "@dotcom-reliability-kit/log-error", | ||
"version": "1.3.10", | ||
"version": "1.3.11", | ||
"description": "A method to consistently log error object with optional request information", | ||
@@ -5,0 +5,0 @@ "repository": { |
12104
129