Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Remove sending of fxa id in telemetry events #1158

Merged
merged 3 commits into from
Dec 11, 2019
Merged

Conversation

kaylagalway
Copy link
Contributor

@kaylagalway kaylagalway requested a review from a team as a code owner December 10, 2019 22:42
Copy link
Contributor

@jhugman jhugman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Almost there.

target.telemetry.recordEvent(
category: TelemetryEventCategory.action.rawValue,
method: action.eventMethod.rawValue,
object: action.eventObject.rawValue,
value: action.value,
extras: extras
extras: nil
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This removes all extras from the event; is this what you intend?

Also: can we remove addUidTo() method?

Copy link

@ddurst ddurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't let me hold things up, lgtm.

@ddurst ddurst mentioned this pull request Dec 11, 2019
@kaylagalway kaylagalway merged commit 0049928 into master Dec 11, 2019
kaylagalway added a commit that referenced this pull request Dec 11, 2019
* Remove sending of fxa id in telemetry events
@kaylagalway kaylagalway self-assigned this Dec 11, 2019
@kaylagalway kaylagalway added this to the Version 1.7.1 milestone Dec 12, 2019
@kaylagalway kaylagalway deleted the remove-fxa-id branch February 12, 2020 17:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants