forked from shadowfacts/Tusker
Fix serializing the nodeinfo version instead of the software version in breadcrumb
This commit is contained in:
parent
13d649bace
commit
7904462920
|
@ -257,8 +257,8 @@ private func setInstanceBreadcrumb(instance: Instance, nodeInfo: NodeInfo?) {
|
|||
]
|
||||
if let nodeInfo {
|
||||
crumb.data!["nodeInfo"] = [
|
||||
"version": nodeInfo.version,
|
||||
"software": nodeInfo.software,
|
||||
"software": nodeInfo.software.name,
|
||||
"version": nodeInfo.software.version,
|
||||
]
|
||||
}
|
||||
SentrySDK.addBreadcrumb(crumb: crumb)
|
||||
|
|
Loading…
Reference in New Issue