Francisco Veiga
Francisco Veiga
### What does this PR do? - Replaces all `System.currentTimeMillis()` and `System.nanoTime()` calls with `TimeProvider` interface calls. - Improves and optimizes some tests by replacing `Thread.sleep` calls with fake timestamps...
### What does this PR do? Wraps the `onRequestIntercepted` method in `TracingInterceptor.kt` inside a `try - catch` block that logs an error in case a `StackOverflowError` is caught. ### Motivation...
### What does this PR do? Creates a `metricTelemetrySampleRateBypass` field in `CoreFeature` and respective internal API setter, that will bypass any sample rates previously set throughout the codebase for metrics....
### What does this PR do? - Simplifies the configuration of the RUM Debug Widget. Customers can now simply use `enableRumDebugWidget()` in their `RumConfiguration.Builder`. - Adds documentation for this configuration...
### What does this PR do? A brief description of the change being made with this pull request. ### Motivation What inspired you to submit this pull request? ### Additional...