Skip to content

Commit

Permalink
revert shell events
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasimir committed Aug 19, 2024
1 parent 18c8517 commit 19427ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/compass-shell/src/modules/worker-runtime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ export function createWorkerRuntime(
identify: () => {
/* not needed */
},
// Forward Segment events from the shell.
// Prefix Segment events with `Shell ` to avoid event name collisions.
// We always enable telemetry here, since the track call will
// already check whether Compass telemetry is enabled or not.
track: ({ event, properties }) => {
return track(
`Shell ${event}`,
{ ...properties },
properties,
connectionInfo.getCurrentConnectionInfo()
);
},
Expand Down

0 comments on commit 19427ee

Please sign in to comment.