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

BLO-875 feat: 2fa analytics #1902

Merged
merged 6 commits into from
Mar 14, 2023
Merged

Conversation

simonheys
Copy link
Collaborator

@simonheys simonheys commented Mar 10, 2023

Issue / feature description

Adds analytics to 2fa

Changes

  • add analytics

Checklist

  • Rebased to the last commit of the target branch (or merged)
  • Code self-reviewed
  • Code self-tested
  • Tests updated (if needed)
  • All tests are passing locally

@simonheys simonheys force-pushed the feature/BLO-875-2fa-analytics branch from 1215b71 to 51c6fec Compare March 10, 2023 17:05
@simonheys simonheys added the 2fa label Mar 13, 2023
@simonheys simonheys force-pushed the feature/BLO-875-2fa-analytics branch from 2a773ca to 6ea1b3a Compare March 13, 2023 15:55
@simonheys simonheys changed the title Feature/blo 875 2fa analytics BLO-875 feat: 2fa analytics Mar 13, 2023
@simonheys simonheys force-pushed the feature/BLO-875-2fa-analytics branch from ffe5a82 to d65ea9f Compare March 13, 2023 16:59
@simonheys simonheys marked this pull request as ready for review March 13, 2023 17:00
Base automatically changed from feature/BLO-876-escape-flow to develop March 14, 2023 09:33
@@ -44,6 +46,66 @@ export const usePageTracking = <T extends keyof Pages>(
}, [name, rest[0]]) // as React in strict mode renders every component twice, this page will be tracked 2x in development. This is not the case in production.
}

export const useTimeSpentWithSuccessTracking = <T extends keyof Events>(
Copy link
Contributor

Choose a reason for hiding this comment

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

very neat, would be worth adding a few tests to

@simonheys simonheys merged commit abb8a6a into develop Mar 14, 2023
@simonheys simonheys deleted the feature/BLO-875-2fa-analytics branch March 14, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants