-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Type: EnhancementAdded to issues and PRs when a change includes improvements or optimizations.Added to issues and PRs when a change includes improvements or optimizations.
Description
Summary
At the moment the SDK sends analytics data to ChainSafe using Countly, however we no longer use that data and Countly has been know to cause multiple issues in the past, therefore remove implementations of the Analytics Service and Countly all together.
Suggested features or ways to address the summary
If possible we would like to keep the interface for Analytics Service, however we can ofc remove all references of it (lets not use overloaded constructors & null checks to use it)
Motivation
Analytics is no longer relevant and Countly has been a pain in the past, removing it will make the SDK more stable
Acceptance Criteria
- References and Implementations of Analytics Service removed
- All traces of Countly removed
Estimations
5
Metadata
Metadata
Assignees
Labels
Type: EnhancementAdded to issues and PRs when a change includes improvements or optimizations.Added to issues and PRs when a change includes improvements or optimizations.