embrace-android-sdk
embrace-android-sdk copied to clipboard
Embrace mobile performance monitoring SDK for Android
## Goal Don't stop the SDK when it is fully active even if the config service says to do so. Instead, just don't start it up next time. This is...
## Goal If a `sensitive_keys_denylist` is provided in `embrace-config.json`, the following components will be scanned: - Moments (if not removed by time we implement this) - Session properties - Log...
Update code of conduct title
## Goal Separate in steps 1. Release branch creation 1.1 RC build 1.2 Update master with new version If 1.2 fails, the rc is created anyway.
Updates to contribution guidelines
## Goal ## Testing ## Release Notes **WHAT**: **WHY**:
## Goal ## Testing ## Release Notes **WHAT**: **WHY**:
DRAFT
## Goal ## Testing ## Release Notes **WHAT**: **WHY**:
## Goal Places existing periodic caching behind an interface to obscure the implementation details. I've altered `PayloadCachingService` so that the interface mostly follows the existing logic for caching right now....
## Goal Removes the implementation of moments as the Tracing API is its superior replacement. This should only be merged as part of 7.0 as it contains breaking changes. The...