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

fix(app): interpolate session type into session exit event name #5804

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

b-cooper
Copy link
Contributor

@b-cooper b-cooper commented Jun 3, 2020

overview

To aid usability/inspectability of the analytics platform, the analytics event named 'sessionExit' (which was never released, only recently merged into edge by #5780), has been altered to interpolate the session type into the event name as well (e.g. 'calibrationCheckSessionExit').

Note: the object still includes a property sessionType: 'calibrationCheck', that can be seen as redundant, though it still acts as a record of the actual session type in code, without string parsing.

risk assessment

none

@b-cooper b-cooper requested a review from a team as a code owner June 3, 2020 16:29
@b-cooper b-cooper requested review from mcous and umbhau and removed request for a team June 3, 2020 16:29
@b-cooper b-cooper added app Affects the `app` project ready for review labels Jun 3, 2020
Copy link
Contributor

@mcous mcous left a comment

Choose a reason for hiding this comment

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

LGTM!

@b-cooper b-cooper merged commit bee8cb0 into edge Jun 3, 2020
@b-cooper b-cooper deleted the app_fix-sessions-analytics branch June 3, 2020 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Affects the `app` project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants