-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Segment SDK implementation and destinations #227
feat: Segment SDK implementation and destinations #227
Conversation
- Fetch segment required key from config - Create Analytics Manager for segment doc: https://segment.com/docs/connections/sources/catalog/libraries/mobile/kotlin-android/ fixes: LEARNER-9827
fixes: LEARNER-9827
- If firebase config Analytics source is segment add Firebase as destination in segment doc: https://segment.com/docs/connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins/firebase-kotlin-android/ fixes: LEARNER-9827
- If firebase config Analytics source is segment and Braze is enabled than add Braze as destination in segment. doc: https://github.com/braze-inc/braze-segment-kotlin fixes: LEARNER-9827
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.
Please add default dict for Analytics
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.
Good code, just a very minor favor
app/src/main/java/org/openedx/app/analytics/FirebaseAnalytics.kt
Outdated
Show resolved
Hide resolved
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.
Approved from my side
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 🏎️
Description
Doc Ref: