Skip to content

Commit

Permalink
chore(compass-telemetry): add debug logging for tracking so we can ch…
Browse files Browse the repository at this point in the history
…eck it locally (#6035)

* add debug logging for tracking so we can check it locally

* update lock file
  • Loading branch information
lerouxb authored Jul 17, 2024
1 parent 092034f commit 7121e1b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/compass-telemetry/src/generic-track.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const createTrack = ({
parameters.connection_id = connectionInfo.id;
}

debug('sendTrack()', event, parameters);
sendTrack(event, parameters || {});
};

Expand Down

0 comments on commit 7121e1b

Please sign in to comment.