fix: bugsnag info wording
This commit is contained in:
@@ -594,12 +594,17 @@ class AccountMenuCtrl extends PureViewCtrl<{}, AccountMenuState> {
|
|||||||
alertDialog({
|
alertDialog({
|
||||||
title: 'Data sent during automatic error reporting',
|
title: 'Data sent during automatic error reporting',
|
||||||
text: `
|
text: `
|
||||||
We use <a target="_blank" href="https://www.bugsnag.com/">Bugsnag</a> to automatically
|
We use <a target="_blank" href="https://www.bugsnag.com/">Bugsnag</a>
|
||||||
report errors that occur while the app is running.
|
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">
|
<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>
|
</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.
|
||||||
`
|
`
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user