Skip to content

Commit

Permalink
Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adhiamboperes committed Nov 7, 2024
1 parent 885a193 commit 8d294c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ class EventTypeToHumanReadableNameConverter @Inject constructor() {
ActivityContextCase.RETROFIT_CALL_CONTEXT -> "retrofit_call_context"
ActivityContextCase.RETROFIT_CALL_FAILED_CONTEXT -> "retrofit_call_failed_context"
ActivityContextCase.APP_IN_FOREGROUND_TIME -> "app_in_foreground_time"
ActivityContextCase.START_PROFILE_ONBOARDING_EVENT -> "start_profile_onboarding_event"
ActivityContextCase.END_PROFILE_ONBOARDING_EVENT -> "end_profile_onboarding_event"
}
}
}
Empty file.
Empty file.

0 comments on commit 8d294c7

Please sign in to comment.