From 9b2a1114850914a4ac96b19c7fcb0bf031822ea4 Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Tue, 25 May 2021 13:09:36 +0200 Subject: [PATCH] fix(Telemetry): Ensure to pass proper config for local fallback --- lib/cli/handle-error.js | 5 +++++ 1 file changed, 5 insertions(+) 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;