Open
Description
I want to disable the feature flag "URLSessionInstrumentation". On iOS, I can accomplish this by adding the line
[NewRelic disableFeatures:NRFeatureFlag_NSURLSessionInstrumentation];
in the AppDelegate.m.
How do I do this on Android?
Edit: I want to disable the feature flag, because I must reduce the "x-php-ob-level" header from 3 to 2.
Metadata
Assignees
Labels
No labels
Activity