Skip to content

Commit

Permalink
- add appsero integration
Browse files Browse the repository at this point in the history
- update privacy policy in README
- update to network cache doc
  • Loading branch information
jasonbahl committed Nov 9, 2022
1 parent 48b5654 commit 603abb3
Show file tree
Hide file tree
Showing 7 changed files with 7,192 additions and 7,013 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,3 +248,15 @@ For general discussion about the plugin, you can visit the WPGraphQL Slack ([joi
If you believe you’ve found something in the WPGraphQL Smart Cache codebase that could be a security concern, please let us know by emailing us directly at [[email protected]](mailto:[email protected]).

Please do not email other bug reports, feature requests or support questions to this email address.

----

## Privacy Policy

WPGraphQL Smart Cache uses [Appsero](https://appsero.com) SDK to collect some telemetry data upon user's confirmation. This helps us to troubleshoot problems faster & make product improvements.

Appsero SDK **does not gather any data by default.** The SDK only starts gathering basic telemetry data **when a user allows it via the admin notice**. We collect the data to ensure a great user experience for all our users.

Integrating Appsero SDK **DOES NOT IMMEDIATELY** start gathering data, **without confirmation from users in any case.**

Learn more about how [Appsero collects and uses this data](https://appsero.com/privacy-policy/).
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,8 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
},
"require": {
"appsero/client": "^1.2"
}
}
Loading

0 comments on commit 603abb3

Please sign in to comment.