Currently, in case of any exception, complete logs (containing messages since the app was started) are sent to the server. Maybe it would be nice and a bit more efficient to make logs incremental - so in case of an unhandled exception, the log will only contain messages since the last log.
Currently, in case of any exception, complete logs (containing messages since the app was started) are sent to the server. Maybe it would be nice and a bit more efficient to make logs incremental - so in case of an unhandled exception, the log will only contain messages since the last log.