-3

what are the best practices to store the ui logs/error statements of all the clients in the server side, so that we can analyse this later

Mahesh Kumar
  • 138
  • 1
  • 9

1 Answers1

1

Sqlite or Index DB can be used to store client errors which can later be pushed to server side

Ghazanfar Khan
  • 3,648
  • 8
  • 44
  • 89