-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Analytics addition to readme #987
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As an end user, I want to understand what analytics Flank sends and how to control them so I can make good decisions for my business.
The user story asks for:
- What analytics Flank sends
- How to disable them
The current pull request does a great job describing that Flank integrate with bugsnag and how to opt out of analytics. We also want to include detailed information about what specifically Flank sends to bugsnag.
There might be documentation from the bugsnag website that explains what's connected in more detail. Alternatively, we could reference the Flank bugsnag and use that to understand the types of data being collected in crash reports.
@Sloox I made a bunch of edits 😁 I think this looks good now! |
* Added inital analytics template for team review * Added analytics.md file * Re-worked the wording as per discussion * Release notes updated * Fixes to wording, typos and recommendations as per pull request * Update and rename analytics.md to error_monitoring.md * Update README.md * Update error_monitoring.md * Update README.md * Update error_monitoring.md * Update error_monitoring.md * Update release_notes.md * Update README.md Co-authored-by: Michael Wright <[email protected]> Co-authored-by: bootstraponline <[email protected]>
* docs: Analytics addition to readme (Flank#987) * Added inital analytics template for team review * Added analytics.md file * Re-worked the wording as per discussion * Release notes updated * Fixes to wording, typos and recommendations as per pull request * Update and rename analytics.md to error_monitoring.md * Update README.md * Update error_monitoring.md * Update README.md * Update error_monitoring.md * Update error_monitoring.md * Update release_notes.md * Update README.md Co-authored-by: Michael Wright <[email protected]> Co-authored-by: bootstraponline <[email protected]> * Add filter_qa support in test-targets Co-authored-by: Michael Wright <[email protected]> Co-authored-by: Michael Wright <[email protected]> Co-authored-by: bootstraponline <[email protected]>
Fixes #973
Checklist