@@ -551,7 +551,7 @@ extension RUMViewScope {
551551 container: nil ,
552552 context: . init( contextInfo: commandAttributes) ,
553553 date: viewStartTime. addingTimeInterval ( serverTimeOffset) . timeIntervalSince1970. toInt64Milliseconds,
554- device: context. normalizedDevice,
554+ device: context. normalizedDevice ( ) ,
555555 display: nil ,
556556 os: context. os,
557557 service: context. service,
@@ -679,7 +679,7 @@ extension RUMViewScope {
679679 container: nil ,
680680 context: . init( contextInfo: localAttributes) ,
681681 date: viewStartTime. addingTimeInterval ( serverTimeOffset) . timeIntervalSince1970. toInt64Milliseconds,
682- device: context. normalizedDevice,
682+ device: context. normalizedDevice ( ) ,
683683 display: nil ,
684684 featureFlags: . init( featureFlagsInfo: featureFlags) ,
685685 os: context. os,
@@ -825,7 +825,7 @@ extension RUMViewScope {
825825 container: nil ,
826826 context: . init( contextInfo: commandAttributes) ,
827827 date: command. time. addingTimeInterval ( serverTimeOffset) . timeIntervalSince1970. toInt64Milliseconds,
828- device: context. normalizedDevice,
828+ device: context. normalizedDevice ( ) ,
829829 display: nil ,
830830 error: . init(
831831 binaryImages: binaryImages,
@@ -912,7 +912,7 @@ extension RUMViewScope {
912912 container: nil ,
913913 context: . init( contextInfo: commandAttributes) ,
914914 date: ( command. time - command. duration) . addingTimeInterval ( serverTimeOffset) . timeIntervalSince1970. toInt64Milliseconds,
915- device: context. normalizedDevice,
915+ device: context. normalizedDevice ( ) ,
916916 display: nil ,
917917 longTask: . init(
918918 blockingDuration: nil ,
0 commit comments