Skip to content

Commit

Permalink
address based on CR
Browse files Browse the repository at this point in the history
  • Loading branch information
cdillard-NewRelic committed Jan 23, 2024
1 parent 64f2013 commit 79286f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Agent/Harvester/DataStore/NRMAHarvesterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ - (id) initWithDictionary:(NSDictionary*)dict
self.collect_network_errors = [[dict valueForKey:kNRMA_COLLECT_NETWORK_ERRORS] boolValue];
}
else {
self.collect_network_errors = true;
self.collect_network_errors = NRMA_DEFAULT_COLLECT_NETWORK_ERRORS;
}

self.cross_process_id = [dict valueForKey:kNRMA_CROSS_PROCESS_ID];
Expand Down

0 comments on commit 79286f5

Please sign in to comment.