[통합로그API No.31] Shoptime app이 실행되거나 종료됐을때 로그 정보 수집

This commit is contained in:
dongyoungKo
2025-05-21 16:13:54 +09:00
parent f2fd869499
commit f803a6d154
4 changed files with 32 additions and 2 deletions

View File

@@ -191,6 +191,14 @@ const HomePanel = ({ isOnTop }) => {
const onExit = useCallback(() => {
dispatch(setExitApp());
dispatch(
sendLogTotalRecommend({
contextName: LOG_CONTEXT_NAME.SHOPTIME,
messageId: LOG_MESSAGE_ID.VIEW_CHANGE,
visible: false,
})
);
}, [dispatch]);
const onClose = useCallback(() => {
@@ -644,7 +652,7 @@ const HomePanel = ({ isOnTop }) => {
onExit={onExit}
onClose={onClose}
hasButton
button1Text={$L("Exit")}
button1Text={$L("1232132131")}
button2Text={$L("Cancel")}
hasText
title={$L("Exit Shop Time")}