Skip to content

Commit

Permalink
Swap collector.name and instrumention.name according to new Acceptanc…
Browse files Browse the repository at this point in the history
…e Criteria.
  • Loading branch information
cdillard-NewRelic committed Oct 23, 2024
1 parent 564bc3b commit 1dcd691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Agent/Utilities/NRLogger.m
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,9 @@ - (NSData*) jsonDictionary:(NSDictionary*)message {
NRLogMessageAppIdKey: nrAppId, // 8
NRLogMessageEntityGuidKey: entityGuid, // 9
NRLogMessageInstrumentationProviderKey: NRLogMessageMobileValue, // 10
NRLogMessageInstrumentationNameKey: nativePlatform, // 11
NRLogMessageInstrumentationNameKey: name, // 11
NRLogMessageInstrumentationVersionKey: [NRMAAgentConfiguration connectionInformation].deviceInformation.agentVersion, // 12
NRLogMessageInstrumentationCollectorKey: name}; // 13
NRLogMessageInstrumentationCollectorKey: nativePlatform}; // 13


NSMutableDictionary *providedAttributes = [message mutableCopy];
Expand Down

0 comments on commit 1dcd691

Please sign in to comment.