From 210e492e7729cdadd326123949bd5eed73065cf3 Mon Sep 17 00:00:00 2001 From: Eyal Keren Date: Sun, 9 Jul 2023 18:39:49 +0300 Subject: [PATCH] fix(console): remove segment.identify command (#3317) ## Checklist - [x] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted) - [x] Description explains motivation and solution - [ ] Tests added (always) - [ ] Docs updated (only required for features) - [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing *By submitting this pull request, I confirm that my contribution is made under the terms of the [Monada Contribution License](https://www.winglang.io/terms-and-policies/contribution-license.html)*. --- apps/wing-console/console/app/src/analytics.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/wing-console/console/app/src/analytics.ts b/apps/wing-console/console/app/src/analytics.ts index 72f37ce22e4..ef5f17c97dd 100644 --- a/apps/wing-console/console/app/src/analytics.ts +++ b/apps/wing-console/console/app/src/analytics.ts @@ -12,10 +12,6 @@ export interface Analytics { export const createAnalytics = (options: CreateAnalyticsOptions): Analytics => { const segment = new Segment(options.segmentWriteKey); - segment.identify({ - anonymousId: options.anonymousId, - }); - return { track(event: string) { segment.track({