Upgrade the Splunk RUM Android agent
Migrate existing deployments to the new Splunk RUM agent.
If you're using the old Splunk RUM agent in your Android applications, follow these steps to migrate your Android applications to the new Splunk RUM agent:
The following configurations are not supported and are deprecated in the new Splunk RUM agent:
enableDiskBuffering()
enableReactNativeSupport()
VolleyTracing
andVolleyTracingBuilder
updateLocation(@Nullable Location location)
experimentalSetScreenName
has a replacement APICall.Factory createRumOkHttpCallFactory(OkHttpClient client)
has a replacement API
The best practice is to replace all deprecated configurations and APIs with the new ones provided by this new Splunk RUM agent.