Skip to content

Commit

Permalink
Update Agent/Utilities/NRLogger.m
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Dillard <[email protected]>
  • Loading branch information
mbruin-NR and cdillard-NewRelic authored Nov 18, 2024
1 parent 3b456c7 commit 7ea8b1d
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 @@ -341,7 +341,7 @@ - (NSData*) jsonDictionary:(NSDictionary*)message {
if (entityGuid) [requiredAttributes setObject:entityGuid forKey:NRLogMessageEntityGuidKey]; // 9

[requiredAttributes setObject:NRLogMessageMobileValue forKey:NRLogMessageInstrumentationProviderKey]; // 10
[requiredAttributes setObject:nativePlatform forKey:NRLogMessageInstrumentationNameKey]; // 11
[requiredAttributes setObject:name forKey:NRLogMessageInstrumentationNameKey]; // 11

value = [NRMAAgentConfiguration connectionInformation].deviceInformation.agentVersion;
if (value) [requiredAttributes setObject:value forKey:NRLogMessageInstrumentationVersionKey]; // 12
Expand Down

0 comments on commit 7ea8b1d

Please sign in to comment.