We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e257aa1 commit efe1a16Copy full SHA for efe1a16
src/extension/ui/src/Usage.tsx
@@ -58,8 +58,8 @@ const processEventsQueue = () => {
58
};
59
60
const sendRecords = (records: Record[]) => {
61
- const url = 'https://api-stage.docker.com/events/v1/track';
62
- const apiKey = 'wl9kXcw19A9pyY2xj5TcKa2jlCG1ZbIYabdnuFve';
+ const url = 'https://api.docker.com/events/v1/track';
+ const apiKey = '3EEvlMngcn3meCbpuYoyC4k8TSF0dYcB5XIVixlt';
63
64
fetch(url, {
65
method: 'POST',
0 commit comments