-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[NEW] Log events from Onboarding, NewServer, Login and Register screens #2169
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
Merged
diegolmello
merged 17 commits into
RocketChat:develop
from
youssef-md:new.track-onboarding-workspaces-login
Jul 22, 2020
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
ab7c911
Create method to track user event to isolate the logic to improve fut…
youssef-md 2f820ff
Track Onboarding view
youssef-md 80d0d20
Track NewServer view
youssef-md e4fec18
Refactor track method due to firebase already send the current screen
youssef-md 2671bd8
Track default login and all the oAuth options
youssef-md 1b06f50
Track default sign up in RegisterView
youssef-md bde8994
Merge remote-tracking branch 'upstream/develop' into new.track-onboar…
youssef-md 5d3c35c
Change trackUserEvent signature and update all the files
youssef-md 3b9d7eb
Track the remaining login services
youssef-md 22f5b6c
Resolve requests to improve the importing logs and events
youssef-md eba9780
Merge remote-tracking branch 'upstream/develop' into new.track-onboar…
youssef-md ab11b63
Merge branch 'develop' into new.track-onboarding-workspaces-login
diegolmello 300914e
Merge remote-tracking branch 'upstream/develop' into new.track-onboar…
youssef-md a05dd58
Leave a bugsnag breadcrumb when logging an event
youssef-md a2ee740
Move all logEvent to the top of code block and log remaining fail events
youssef-md 64ec988
Merge branch 'develop' into new.track-onboarding-workspaces-login
diegolmello bdcde77
Merge branch 'develop' into new.track-onboarding-workspaces-login
diegolmello File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| export default { | ||
| JOIN_A_WORKSPACE: 'join_a_workspace', | ||
| CREATE_NEW_WORKSPACE: 'create_new_workspace', | ||
| CREATE_NEW_WORKSPACE_FAIL: 'create_new_workspace_fail', | ||
| CONNECT_TO_WORKSPACE: 'connect_to_workspace', | ||
| CONNECT_TO_WORKSPACE_FAIL: 'connect_to_workspace_fail', | ||
| JOIN_OPEN_WORKSPACE: 'join_open_workspace', | ||
| DEFAULT_LOGIN: 'default_login', | ||
| DEFAULT_LOGIN_FAIL: 'default_login_fail', | ||
| DEFAULT_SIGN_UP: 'default_sign_up', | ||
| DEFAULT_SIGN_UP_FAIL: 'default_sign_up_fail', | ||
| FORGOT_PASSWORD: 'forgot_password', | ||
| LOGIN_WITH_FACEBOOK: 'login_with_facebook', | ||
| LOGIN_WITH_GITHUB: 'login_with_github', | ||
| LOGIN_WITH_GITLAB: 'login_with_gitlab', | ||
| LOGIN_WITH_LINKEDIN: 'login_with_linkedin', | ||
| LOGIN_WITH_GOOGLE: 'login_with_google', | ||
| LOGIN_WITH_METEOR: 'login_with_meteor', | ||
| LOGIN_WITH_TWITTER: 'login_with_twitter', | ||
| LOGIN_WITH_WORDPRESS: 'login_with_wordpress', | ||
| LOGIN_WITH_CUSTOM_OAUTH: 'login_with_custom_oauth', | ||
| LOGIN_WITH_SAML: 'login_with_saml', | ||
| LOGIN_WITH_CAS: 'login_with_cas' | ||
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.