-
Notifications
You must be signed in to change notification settings - Fork 2
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
Implement Observability #9
Conversation
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.
There are some style issues because SwiftLint is not in the projext. Please update the yaml file so that
- The Golden sample app scheme is configured
- The App target contains the SwiftLint script step.
And then fix the SwiftLint issues!
Tests/accounts-journey/unit-tests/AccountsJourneyObservabilityTests.swift
Outdated
Show resolved
Hide resolved
Tests/accounts-journey/unit-tests/AccountsJourneyObservabilityTests.swift
Show resolved
Hide resolved
accounts-journey/configuration/account_details/AccountDetailsDesign.swift
Outdated
Show resolved
Hide resolved
accounts-journey/presentation/viewmodel/AccountDetailsViewModel.swift
Outdated
Show resolved
Hide resolved
accounts-journey/presentation/viewmodel/AccountsListViewModel.swift
Outdated
Show resolved
Hide resolved
I've updated the PR with some of the changes
Ideally this needs to follow the approaches stated in this internal initiative. It has been reviewed and agreed upon by both RnD and CS. |
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.
Just some small comments
Tests/accounts-journey/unit-tests/AccountsJourneyObservabilityTests.swift
Show resolved
Hide resolved
Changes have been implemented
This PR
In the GoldenSampleApp, we can publish
ScreenEvents
andUserActionEvents
. The events are synonymous to the possible events that happen when using the app, either navigating through screens or performing actions.