Skip to content

Commit

Permalink
update analytics to /pb
Browse files Browse the repository at this point in the history
  • Loading branch information
AdheipSingh committed Nov 11, 2024
1 parent 5f57e34 commit e517b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analytics/analytics.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func sendEvent(commandName string, arguments []string, errors *string, execution
}

// Define the target URL for the HTTP request
url := "https://analytics.parseable.io:80"
url := "https://analytics.parseable.io:80/pb"

// Create the HTTP POST request
req, err := http.NewRequest("POST", url, bytes.NewBuffer(eventJSON))
Expand Down

0 comments on commit e517b0a

Please sign in to comment.