Skip to content

Commit

Permalink
Merge branch 'develop' into NR-318119
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR authored Oct 24, 2024
2 parents 738eb3a + 60a7e15 commit 9a333b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Agent/Utilities/NRLogger.m
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ - (NSData*) jsonDictionary:(NSDictionary*)message {
NRLogMessageAppIdKey: nrAppId, // 8
NRLogMessageEntityGuidKey: entityGuid, // 9
NRLogMessageInstrumentationProviderKey: NRLogMessageMobileValue, // 10
NRLogMessageInstrumentationNameKey: name, // 11
NRLogMessageInstrumentationNameKey: nativePlatform, // 11
NRLogMessageInstrumentationVersionKey: [NRMAAgentConfiguration connectionInformation].deviceInformation.agentVersion, // 12
NRLogMessageInstrumentationCollectorKey: name}; // 13

Expand Down

0 comments on commit 9a333b2

Please sign in to comment.