Skip to content

Commit

Permalink
fix(Telemetry): Ensure to pass proper config for local fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrzesik committed May 25, 2021
1 parent ee66585 commit 9b2a111
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/cli/handle-error.js
Expand Up @@ -74,6 +74,11 @@ module.exports = async (exception, options = {}) => {
serverless,
isLocallyInstalled,
isUncaughtException,
command,
options: cliOptions,
commandSchema,
serviceDir,
configuration,
hasTelemetryBeenReported,
});
return;
Expand Down

0 comments on commit 9b2a111

Please sign in to comment.