Skip to content

Commit

Permalink
Report bug now reports befuddle version
Browse files Browse the repository at this point in the history
  • Loading branch information
suitangi committed Feb 23, 2024
1 parent 69e698d commit 1fedda7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,8 @@ function getBrowserInfo() {
'Major version': majorVersion,
'navigator.appName': navigator.appName,
'navigator.userAgent': navigator.userAgent,
'OS': osName
'OS': osName,
'Befuddle Version': befuddleAppVersion
}
return result;
}
Expand Down

0 comments on commit 1fedda7

Please sign in to comment.