-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: initial removal of countly * chore: remove countly patch * fix: remove countly but keep user preferences * fix: linting werror * fix: hide telemetry from options page --------- Co-authored-by: Daniel N <[email protected]> Co-authored-by: Marcin Rataj <[email protected]>
- Loading branch information
1 parent
c22c558
commit 70790a3
Showing
11 changed files
with
40 additions
and
734 deletions.
There are no files selected for viewing
This file contains 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
40 changes: 0 additions & 40 deletions
40
add-on/src/lib/storage-provider/WebExtensionStorageProvider.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,39 @@ | ||
# Collected telemetry data | ||
# Telemetry Data Collection | ||
|
||
Copied from https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTED_DATA.template.md | ||
## Telemetry has been removed | ||
|
||
## What metrics data do we NOT collect | ||
All telemetry collection has been removed from this project. No data is being collected or sent to any analytics services. | ||
|
||
We do not collect any of the below listed items in our metric data: | ||
The previous implementation used Countly for telemetry collection, but this functionality has been completely removed. | ||
|
||
1. User identifiable data (names, email addresses, aliases, handles, etc.) | ||
2. CIDs | ||
3. IP addresses | ||
## Privacy | ||
|
||
Telemetry is sent to Countly instance at `countly.ipfs.tech`. You can read how they protect your data at [Security, Privacy, and Access FAQ](https://support.count.ly/hc/en-us/articles/360037501372-Security-Privacy-and-Access-FAQ) | ||
Currently, there is no telemetry collection implemented in this project. | ||
As a general rule, we collect only application data; no user data. | ||
|
||
## What metrics data DO we collect | ||
## Historical Information | ||
|
||
As a general rule, we collect only application data; no user data. Some examples of application data we collect are: | ||
Previously, the project collected application data (not user data) through Countly. The following information is kept for historical reference only: | ||
|
||
| Metric data name | Metric feature name | Metric trigger | Analytics use | Notes | | ||
|:-------------------:|---------------------|---------------------------------------------------------|-------------------------------------------------------------------|---------------| | ||
| view:welcome | views | When the welcome view is shown | View count | | | ||
| view:options | views | When the options view is shown | View count | | | ||
| view:quick-import | views | When the quick-import view is shown | View count | | | ||
| view:browser-action | views | When the browser-action view is shown | View count | | | ||
| event:url-resolved | event | Number of URLs resolved by companion | Metrics | | | ||
| event:url-observed | event | Number of URLs observed (including resolved) | Metrics | | | ||
### What metrics data were collected | ||
|
||
* "Metric data name" - The app-specific metric/event name we're using for this metric data. (e.g. APP_BOOTSTRAP_START) | ||
* "Metric feature name" - The metric feature the event/metric data correlates to. The group the metric feature belongs to is defined in our [COLLECTION_POLICY](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md#metric-features-and-their-groupings). (e.g. Minimal) | ||
* "Metric trigger" - An explanation covering when this metric data is triggered. (e.g. On Application init) | ||
* "Analytics use" - An explanation about how this metric data is used for analytics. (e.g. Input to load time calculations) | ||
* "Notes" - Any additional notes. (e.g. Used as a timestamp identifier for when an application is first loaded) | ||
| Metric data name | Metric feature name | Metric trigger | Analytics use | | ||
| :-----------------: | ------------------- | -------------------------------------------- | ------------- | | ||
| view:welcome | views | When the welcome view is shown | View count | | ||
| view:options | views | When the options view is shown | View count | | ||
| view:quick-import | views | When the quick-import view is shown | View count | | ||
| view:browser-action | views | When the browser-action view is shown | View count | | ||
| event:url-resolved | event | Number of URLs resolved by companion | Metrics | | ||
| event:url-observed | event | Number of URLs observed (including resolved) | Metrics | | ||
|
||
- "Metric data name" - The app-specific metric/event name we're using for this metric data. (e.g. APP_BOOTSTRAP_START) | ||
- "Metric feature name" - The metric feature the event/metric data correlates to. The group the metric feature belongs to is defined in our [COLLECTION_POLICY](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md#metric-features-and-their-groupings). (e.g. Minimal) | ||
- "Metric trigger" - An explanation covering when this metric data is triggered. (e.g. On Application init) | ||
- "Analytics use" - An explanation about how this metric data is used for analytics. (e.g. Input to load time calculations) | ||
- "Notes" - Any additional notes. (e.g. Used as a timestamp identifier for when an application is first loaded) | ||
|
||
## Other related documents | ||
|
||
* [COLLECTION_POLICY](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md) | ||
* [PRIVACY_POLICY](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/PRIVACY_POLICY.md) | ||
* [FAQs](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/FAQs.md) | ||
- [COLLECTION_POLICY](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/COLLECTION_POLICY.md) | ||
- [PRIVACY_POLICY](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/PRIVACY_POLICY.md) | ||
- [FAQs](https://github.com/ipfs-shipyard/ignite-metrics/blob/main/docs/telemetry/FAQs.md) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.