learningequality / kolibri

Kolibri Learning Platform: the offline app for universal education
https://learningequality.org/kolibri/
MIT License
755 stars 637 forks source link

Update the `ErrorReports` model to have more context on errors #12376

Open akolson opened 2 days ago

akolson commented 2 days ago

Overview

Update the current ErrorReports to have more context of errors

Description and Outcomes

{
  "release_version": "0.3",
  "request_info": {
    "url": "",
    "method": "",
    "headers": "",
    "query_params": ""
  },
  "server": {
    "host": "",
    "port": ""
  },
  "installed_packages": "(looks redundant, as release_version will be sufficient )",
  "python_version": ""
}

Acceptance Criteria

Assumptions and Dependencies

NA

Scope

Accessibility Requirements

NA

Resources

akolson commented 2 days ago

@thesujai

thesujai commented 2 days ago

Yup ready to take this