Skip to content

Commit

Permalink
fix(console): remove segment.identify command (#3317)
Browse files Browse the repository at this point in the history
## 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)*.
  • Loading branch information
ekeren committed Jul 9, 2023
1 parent 679eb71 commit 210e492
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/wing-console/console/app/src/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 210e492

Please sign in to comment.