Skip to content

Commit

Permalink
feat(event): update ua to ga4 analytics
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Nov 10, 2023
1 parent e8ed8f4 commit 0b5433e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package client
import (
"bytes"
"encoding/json"
"fmt"
"net/http"
"net/url"

Expand Down Expand Up @@ -48,7 +47,6 @@ func (c *MeasurementClient) Send(event *event.OpenebsEvent) error {
req.URL.RawQuery = v.Encode()

req.Header.Set("Content-Type", "application/json")

resp, err := client.HttpClient.Do(req)
if err != nil {
return err
Expand Down

0 comments on commit 0b5433e

Please sign in to comment.