Skip to content

Commit

Permalink
fix: fix distributed tracing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ndesai-newrelic committed Aug 21, 2024
1 parent 44eee6a commit 6ed0e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/bridge/NRMModularAgent.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ - (dispatch_queue_t)methodQueue{
}

if ([[agentConfig objectForKey:@"distributedTracingEnabled"]boolValue] == NO) {
[NewRelic enableFeatures:NRFeatureFlag_DistributedTracing];
[NewRelic disableFeatures:NRFeatureFlag_DistributedTracing];
}

//Default is NRLogLevelWarning
Expand Down

0 comments on commit 6ed0e04

Please sign in to comment.