Skip to content

Commit

Permalink
fix: bugsnag info wording
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Nov 3, 2020
1 parent 1727c03 commit 02d57b6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions app/assets/javascripts/directives/views/accountMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -594,12 +594,17 @@ class AccountMenuCtrl extends PureViewCtrl<{}, AccountMenuState> {
alertDialog({
title: 'Data sent during automatic error reporting',
text: `
We use <a target="_blank" href="https://www.bugsnag.com/">Bugsnag</a> to automatically
report errors that occur while the app is running.
We use <a target="_blank" href="https://www.bugsnag.com/">Bugsnag</a>
to automatically report errors that occur while the app is running. See
<a target="_blank" href="https://docs.bugsnag.com/platforms/javascript/#sending-diagnostic-data">
See this article, paragraph 'Browser' under 'Sending diagnostic data',
this article, paragraph 'Browser' under 'Sending diagnostic data',
</a>
to know what data is automatically captured.
to see what data is included in error reports.
<br><br>
Error reports never include IP addresses and are fully
anonymized. We use error reports to be alerted when something in our
code is causing unexpected errors and crashes in your application
experience.
`
});
}
Expand Down

0 comments on commit 02d57b6

Please sign in to comment.