-
Notifications
You must be signed in to change notification settings - Fork 44
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
Apply port adapter pattern to mixpanel analytics #6632
Conversation
Since we need to frequently parse the request context to extract browser info to append to the analytics payload, it's convenient to wrap the cc @Rotorsoft |
I think there may still be some dangling analytics calls that don't use the controller– checking… |
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.
LGTM 🚀
Nice work! ... next step is to inject analytics as middleware in the new framework 😉
Also, "mixpanel": "^0.14.0" dependency should be move to libs/adapters to keep this clean |
@rbennettcw LGTM, initializing logger inside adapter 👍 |
Link to Issue
Closes: #6421
Description of Changes
Test Plan
N/A
Deployment Plan
N/A
Other Considerations
N/A