mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-10 15:02:49 +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:
|
customOptions:
|
||||||
apikey: apiKey
|
apikey: apiKey
|
||||||
)
|
)
|
||||||
|
.catch (error) ->
|
||||||
|
utils.mixpanelTrack('Device info update failure', {error, body})
|
||||||
|
|
||||||
cleanupContainersAndImages = ->
|
cleanupContainersAndImages = ->
|
||||||
knex('app').select()
|
knex('app').select()
|
||||||
|
Loading…
Reference in New Issue
Block a user