signalfx / gdi-specification

Splunk GDI specification for cross-repository compatibility
Apache License 2.0
3 stars 15 forks source link

Unify mobile rum disk caching configuration #264

Open mhennoch opened 1 year ago

mhennoch commented 1 year ago

Currently:

Android enableDiskBuffering limitDiskUsageMegabytes

iOS enableDiskCache spanDiskCacheMaxSize

Android limit is set in MB and iOS one in bytes. Default limit for both seems to be 25mb so that is fine. Lets unify the configuration options? React Native and flutter will need those also.

pellared commented 12 months ago

Should it not be defined under https://github.com/signalfx/gdi-specification/blob/main/specification/configuration.md#real-user-monitoring-libraries?

m-tu commented 12 months ago

I would agree. I will have do come up with config options for RN soon will propose something then.