File upload wasn't working due to query parameters provided to our NetworkService via the URL i/o the queryParameters map. NetworkService now accepts parameters in either of them.
The error wasn't logged. We now have SnackBarService.performMultiAction with an automatic update & failure handling.
AssertionErrors are automatically logged at Level.wtf.
Logged messages with level >= Level.error are sent to Sentry in production.
Closes: #266
NetworkService
via the URL i/o thequeryParameters
map.NetworkService
now accepts parameters in either of them.SnackBarService.performMultiAction
with an automatic update & failure handling.AssertionError
s are automatically logged atLevel.wtf
.level >= Level.error
are sent to Sentry in production.