Revert "send track events to crowd tenant"#1207
Merged
garrrikkotua merged 1 commit intomainfrom Aug 2, 2023
Merged
Conversation
This reverts commit 18fe75e.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 18fe75e.
Changes proposed ✍️
What
🤖 Generated by Copilot at cb6bcd2
This pull request removes all the code related to the crowdAnalytics service, which is no longer used by the application. This includes deleting files, methods, types, and configuration variables that depend on the crowdAnalytics service.
🤖 Generated by Copilot at cb6bcd2
Why
How
🤖 Generated by Copilot at cb6bcd2
backend/src/segment/addProductDataToCrowdTenant.tsfile that contained the logic for sending product analytics data to crowdAnalytics service (link)addProductDatafunction inbackend/src/segment/track.tsfile that used the deleted file (link, link)backend/config/custom-environment-variables.json,backend/src/conf/configTypes.ts, andbackend/src/conf/index.tsfiles that were no longer used by the application (link, link, link, link)getTenantInfomethod frombackend/src/database/repositories/tenantRepository.tsfile that queried the tenant information from the database (link)Checklist ✅
Feature,Improvement, orBug.