Version bump, report version number in error reports
This commit is contained in:
parent
943f90e1a7
commit
174f884c3c
2 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.44.0",
|
||||
"version": "0.44.1",
|
||||
"repository": "https://github.com/pietervdvn/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
|
||||
|
|
|
@ -873,6 +873,8 @@ export default class ThemeViewState implements SpecialVisualizationState {
|
|||
stacktrace,
|
||||
message: ""+message,
|
||||
layout: this.layout.id,
|
||||
version: Constants.vNumber,
|
||||
language: this.userRelatedState.language.data,
|
||||
username: this.osmConnection.userDetails.data?.name,
|
||||
userid: this.osmConnection.userDetails.data?.uid,
|
||||
pendingChanges: this.changes.pendingChanges.data,
|
||||
|
|
Loading…
Reference in a new issue