-
Notifications
You must be signed in to change notification settings - Fork 38
[CHORE] adds platform to events emitted #2458
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
[CHORE] adds platform to events emitted #2458
Conversation
CassioMG
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
|
I've just realized this looks like a duplicate of this other issue? #2393 |
|
@aristidesstaffieri can we also assign a Platform On mobile we are setting both so we can easily filter users as well |
@CassioMG it looks like on mobile, we set a random ID for the user field in the same way the extension does today. Am I missing this somewhere else or are you suggesting we update both projects to use the real pub key? |
@aristidesstaffieri it looks like this PR only adds the |
ok got it, it looks like mobile uses the sdk here in order to automatically add these properties. We should add separate task for this, the extension does not use the sdk at all right now or identify users so its a bigger line of work and unrelated to separating events by platform. I made this one to track that refactor -> #2464 |
Ah ok, got it that makes sense to me. Thanks for creating the ticket 👍 |
* adds platform to events emitted * fixes issue with missing translation helper and extra import (#2459) * updates test tokens, improves test token references to reduce duplication --------- Co-authored-by: Piyal Basu <pbasu235@gmail.com>
* adds platform to events emitted * fixes issue with missing translation helper and extra import (#2459) * updates test tokens, improves test token references to reduce duplication --------- Co-authored-by: Piyal Basu <pbasu235@gmail.com>


Closes #2199
Adds platform field to metrics, in order to be able to key events by platform.