@dotcom-reliability-kit/crash-handler
Advanced tools
Comparing version 4.1.3 to 4.1.4
@@ -7,5 +7,9 @@ const { | ||
/** | ||
* @import { CrashHandlerOptions } from '@dotcom-reliability-kit/crash-handler' | ||
*/ | ||
/** | ||
* Register a crash handler on a process. | ||
* | ||
* @param {import('@dotcom-reliability-kit/crash-handler').CrashHandlerOptions} [options] | ||
* @param {CrashHandlerOptions} [options] | ||
*/ | ||
@@ -12,0 +16,0 @@ function registerCrashHandler(options = {}) { |
{ | ||
"name": "@dotcom-reliability-kit/crash-handler", | ||
"version": "4.1.3", | ||
"version": "4.1.4", | ||
"description": "A method to bind an uncaught exception handler to ensure that fatal application errors are logged", | ||
@@ -20,4 +20,4 @@ "repository": { | ||
"dependencies": { | ||
"@dotcom-reliability-kit/log-error": "^4.1.3" | ||
"@dotcom-reliability-kit/log-error": "^4.1.4" | ||
} | ||
} |
6093
51