You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: