DeviceDetector Cache not adding Client and Device parsers when cache is set.
When the cache is set the device detector tries to set only the UA and due to which no client and device parsers are set.
It leads to an error like isLibrary in TrackingSpamPrevention Plugin.
To fix this we need to call the parent::__contruct method instead of setUserAgent.
DeviceDetector Cache not adding Client and Device parsers when cache is set.
When the cache is set the device detector tries to set only the UA and due to which no client and device parsers are set. It leads to an error like isLibrary in TrackingSpamPrevention Plugin.
To fix this we need to call the parent::__contruct method instead of setUserAgent.