Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejburda committed Mar 5, 2024
1 parent e0e61be commit 8371e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DatadogInternal/Sources/Context/DeviceInfo.swift
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extension DeviceInfo {
if let archInfo = NXGetLocalArchInfo()?.pointee {
architecture = String(utf8String: archInfo.name) ?? "unknown"
}
Host.current().name


let build = try? Sysctl.osVersion()

Expand Down

0 comments on commit 8371e78

Please sign in to comment.