mozilla-mobile / firefox-tv

Firefox for Amazon's Fire TV
https://blog.mozilla.org/blog/2017/12/20/firefox-is-now-on-amazon-fire-tv-happy-holiday-watching/
Mozilla Public License 2.0
257 stars 111 forks source link

Update Docs for Sentry crash reporting #1786

Open liuche opened 5 years ago

liuche commented 5 years ago

We don't have docs outlining our Sentry usage, so we should add those, similar to what Focus has, which explain what Sentry is: https://github.com/mozilla-mobile/focus-android/wiki/Crash-Reporting-with-Sentry

Also, this should include a section on how we send unexpected states that we find through assertions, as used by #1693 .

mcomella commented 5 years ago

@liuche We have docs: https://github.com/mozilla-mobile/firefox-tv/wiki/Crash-reporting-with-Sentry

Are these sufficient? Note that I wanted to move a lot of this content to shared-docs because they're nearly identical.

Also, this should include a section on how we send unexpected states that we find through assertions, as used by #1693 .

Though I think we need to document this.