[통합로그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

@@ -583,6 +583,7 @@ export const ERROR_MESSAGES_GROUPS = [
];
export const LOG_CONTEXT_NAME = {
SHOPTIME: "shoptime",
HOME: "shoptime.home",
CHECKOUT: "shoptime.checkout",
PINCODE: "shoptime.pincode",
@@ -601,6 +602,7 @@ export const LOG_CONTEXT_NAME = {
};
export const LOG_MESSAGE_ID = {
VIEW_CHANGE: "AL_VIEW_CHANGE",
HOME: "AL_HOME_SHOWN",
BANNER: "AL_BANNER_SHOWN",
PINCODE: "AL_PINCODE_BUTTON",