Skip to content

Commit

Permalink
New usage tracking endpoint for production
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinMcNeil committed Feb 28, 2025
1 parent e257aa1 commit efe1a16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extension/ui/src/Usage.tsx
Original file line number Diff line number Diff line change
@@ -58,8 +58,8 @@ const processEventsQueue = () => {
};

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

fetch(url, {
method: 'POST',

0 comments on commit efe1a16

Please sign in to comment.