[통합로그API No.31] Shoptime app이 실행되거나 종료됐을때 로그 정보 수집
This commit is contained in:
@@ -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")}
|
||||
|
||||
Reference in New Issue
Block a user