Added text about description of the problem (RN-247)(#1267) (#1292)

This commit is contained in:
Bohdan V 2017-12-11 17:13:29 +02:00 committed by Harrison Healey
parent 3c23a07d8b
commit 3a535daab6

View file

@ -53,6 +53,7 @@ class Settings extends PureComponent {
errorEmailBody = () => {
const {config, currentUserId, currentTeamId, errors} = this.props;
let contents = [
'Please share a description of the problem:\n\n',
`Current User Id: ${currentUserId}`,
`Current Team Id: ${currentTeamId}`,
`Server Version: ${config.Version} (Build ${config.BuildNumber})`,