Skip to content

Commit

Permalink
Disable telemetry reporting (#4983)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstarostin authored Jul 5, 2024
1 parent 0f427c3 commit b6b3660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/piper.go
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,11 @@ func PrepareConfig(cmd *cobra.Command, metadata *config.StepData, stepName strin
}
}

// since Pendo has been sunset
// disable telemetry reporting in go
// follow-up cleanup needed
GeneralConfig.NoTelemetry = true

stepConfig.Config = checkTypes(stepConfig.Config, options)
confJSON, _ := json.Marshal(stepConfig.Config)
_ = json.Unmarshal(confJSON, &options)
Expand Down

0 comments on commit b6b3660

Please sign in to comment.