Skip to content

Commit

Permalink
feat: disable analytics.testkube.io calls (#4207)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu authored Jul 26, 2023
1 parent 3ab8d84 commit 61a2797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ var (
client = httpclient.NewClient()
senders = map[string]Sender{
"google": GoogleAnalyticsSender,
"testkube": TestkubeAnalyticsSender,
"segmentio": SegmentioSender,
}
)
Expand Down

0 comments on commit 61a2797

Please sign in to comment.