Version bump, report version number in error reports

This commit is contained in:
Pieter Vander Vennet 2024-06-20 15:15:31 +02:00
parent 943f90e1a7
commit 174f884c3c
2 changed files with 3 additions and 1 deletions

View file

@ -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",

View file

@ -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,