Skip to content

Commit efe1a16

Browse files
author
colinmcneil
committed
New usage tracking endpoint for production
1 parent e257aa1 commit efe1a16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension/ui/src/Usage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const processEventsQueue = () => {
5858
};
5959

6060
const sendRecords = (records: Record[]) => {
61-
const url = 'https://api-stage.docker.com/events/v1/track';
62-
const apiKey = 'wl9kXcw19A9pyY2xj5TcKa2jlCG1ZbIYabdnuFve';
61+
const url = 'https://api.docker.com/events/v1/track';
62+
const apiKey = '3EEvlMngcn3meCbpuYoyC4k8TSF0dYcB5XIVixlt';
6363

6464
fetch(url, {
6565
method: 'POST',

0 commit comments

Comments
 (0)