Skip to content

Commit b6b3660

Browse files
authored
Disable telemetry reporting (#4983)
1 parent 0f427c3 commit b6b3660

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmd/piper.go

+5
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@ func PrepareConfig(cmd *cobra.Command, metadata *config.StepData, stepName strin
420420
}
421421
}
422422

423+
// since Pendo has been sunset
424+
// disable telemetry reporting in go
425+
// follow-up cleanup needed
426+
GeneralConfig.NoTelemetry = true
427+
423428
stepConfig.Config = checkTypes(stepConfig.Config, options)
424429
confJSON, _ := json.Marshal(stepConfig.Config)
425430
_ = json.Unmarshal(confJSON, &options)

0 commit comments

Comments
 (0)