diff --git a/lib/cli/handle-error.js b/lib/cli/handle-error.js index 8f07c16ba42..d68b7151fc9 100644 --- a/lib/cli/handle-error.js +++ b/lib/cli/handle-error.js @@ -74,6 +74,11 @@ module.exports = async (exception, options = {}) => { serverless, isLocallyInstalled, isUncaughtException, + command, + options: cliOptions, + commandSchema, + serviceDir, + configuration, hasTelemetryBeenReported, }); return;