Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add telemetry configuration mapper #1142

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

fuzzybinary
Copy link
Contributor

What does this PR do?

This will allow cross platform SDKs to modify the configuration before sending it to telemetry.

The actual function on Configuration.Builder is internal, and exposed through the companion object on _InternalTelemetry to make it obvious this is meant as an internal mechanism.

Additional Notes

Currently, this method is useless because none of the properties on TelemetryConfigurationEvent are mutable, but a PR is up modify the schema to fix that.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Make sure you discussed the feature or bugfix with the maintaining team in an Issue
  • Make sure each commit and the PR mention the Issue number (cf the CONTRIBUTING doc)

@fuzzybinary fuzzybinary requested a review from a team as a code owner November 11, 2022 15:58
This will allow cross platform SDKs to modify the configuration before sending it to telemetry.
@fuzzybinary fuzzybinary force-pushed the jward/RUMM-2733-telemetry-configuration-mapper branch from bdaa6a4 to 6093e33 Compare November 11, 2022 16:05
@fuzzybinary fuzzybinary merged commit f8ae7a0 into develop Nov 14, 2022
@fuzzybinary fuzzybinary deleted the jward/RUMM-2733-telemetry-configuration-mapper branch November 14, 2022 19:13
@xgouchet xgouchet added this to the 1.16.0 milestone Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants