Skip to content

Commit aad3139

Browse files
authored
chore: TIP-997 change trackEndpoint (#177)
1 parent d00ca1a commit aad3139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/bitrise-io/go-utils/v2/retryhttp"
1111
)
1212

13-
const trackEndpoint = "https://bitrise-step-analytics.herokuapp.com/track"
13+
const trackEndpoint = "https://step-analytics.bitrise.io/track"
1414

1515
// Client ...
1616
type Client interface {

0 commit comments

Comments
 (0)