Skip to content

Commit

Permalink
Pass nativePlatform as instrumentation insights name, collector.name …
Browse files Browse the repository at this point in the history
…is hybrid paltform.
  • Loading branch information
cdillard-NewRelic committed Oct 17, 2024
1 parent 8ce2abc commit 564bc3b
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 @@ -340,7 +340,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 564bc3b

Please sign in to comment.