+29
−0
+27
−0
+3
−0
Loading
3911: Implement a Gecko runtime telemetry delegate using Glean r=Dexterp37 a=Dexterp37 The implemented delegate redirects all streaming telemetry calls to the Glean SDK metrics defined in the `metrics.yaml` file extracted from the GeckoView AAR the engine-gecko-* component depends on. ### Pull Request checklist <!-- Before submitting the PR, please address each item --> - [ ] **Quality**: This PR builds and passes detekt/ktlint checks (A pre-push hook is recommended) - [ ] **Tests**: This PR includes thorough tests or an explanation of why it does not - [ ] **Changelog**: This PR includes [a changelog entry](https://github.com/mozilla-mobile/android-components/blob/master/docs/changelog.md) or does not need one - [ ] **Accessibility**: The code in this PR follows [accessibility best practices](https://github.com/mozilla-mobile/shared-docs/blob/master/android/accessibility_guide.md) or does not include any user facing features ### After merge - [ ] **Milestone**: Make sure issues closed by this pull request are added to the [milestone](https://github.com/mozilla-mobile/android-components/milestones ) of the version currently in development. Co-authored-by:Alessio Placitelli <alessio.placitelli@gmail.com>