mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 07:22:24 +00:00
Log errors when updating device info.
This commit is contained in:
parent
0240f74f47
commit
19e066bf24
@ -311,6 +311,8 @@ exports.updateDeviceInfo = updateDeviceInfo = (body) ->
|
||||
customOptions:
|
||||
apikey: apiKey
|
||||
)
|
||||
.catch (error) ->
|
||||
utils.mixpanelTrack('Device info update failure', {error, body})
|
||||
|
||||
cleanupContainersAndImages = ->
|
||||
knex('app').select()
|
||||
|
Loading…
Reference in New Issue
Block a user