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 31, 2024
2 parents f2df0b8 + 1617259 commit 94e5441
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 @@ -363,7 +363,7 @@ - (NSData*) jsonDictionary:(NSDictionary*)message {
NRLogMessageInstrumentationProviderKey: NRLogMessageMobileValue, // 10
NRLogMessageInstrumentationNameKey: nativePlatform, // 11
NRLogMessageInstrumentationVersionKey: [NRMAAgentConfiguration connectionInformation].deviceInformation.agentVersion, // 12
NRLogMessageInstrumentationCollectorKey: name}; // 13
NRLogMessageInstrumentationCollectorKey: nativePlatform}; // 13


NSMutableDictionary *providedAttributes = [message mutableCopy];
Expand Down

0 comments on commit 94e5441

Please sign in to comment.