Skip to content

Commit

Permalink
Issue #PS-000 fix: Fixed telemetry path
Browse files Browse the repository at this point in the history
  • Loading branch information
itsvick committed Nov 7, 2024
1 parent 1a32083 commit 19c14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/telemetry.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const telemetryConfig = {
batchsize: 1,
mode: "",
host: hostURL, //TODO: Change this host and endpoint properly
endpoint: "/telemetry/v1/telemetry",
endpoint: "/v1/telemetry",
tags: [],
};

Expand Down

0 comments on commit 19c14fc

Please sign in to comment.