I try to understand Useful Debug Modes.
I enabled detailed analytics recording in tyk.conf (global level):
"enable_analytics" : true,
"analytics_config": {
"enable_detailed_recording": true
}
However I notice that most API call analytic record RawRequest and RawResponse are empty. Only one or two that have RawRequest and RawResponse. I expect by setting “enable_detailed_recording”: true, all API calls analytic record will have RawRequest and RawResponse? Am I wrong?