-
Notifications
You must be signed in to change notification settings - Fork 0
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
initialLog 함수 추가 및 Logger.ts 로직 분리 #24
Conversation
- 중복되는 초기화 로직을 분리합니다.
- 로컬 스토리지와 관련된 로직을 별도 파일로 분리합니다.
- components 폴더 내로 분리했습니다.
logger.event.path = path; | ||
|
||
setLocalStorage(logger); | ||
initialLog(userId, serviceName, name, path); |
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.
👍👍👍👍
@@ -0,0 +1,24 @@ | |||
import { postLog } from './apis/postLog'; |
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.
큰건아닌데영 SetLocalStorage.ts로 Logger.ts랑 같이 대문자로 맞춰보는건 어떨까용?
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.
좋아용! 반영해두겠습니다~!
1️⃣ 어떤 작업을 했나요? (Summary)
기존 코드에 영향을 미치는 변경사항
2️⃣ 알아두시면 좋아요!
컨플릭이 강하게 날 수도 있습니다..!
만약 하고 계셨던 작업이 있으시다면 말씀해주세용
3️⃣ 추후 작업
해당 PR은 #23 머지 이후 좀 더 작업이 필요한 PR입니다. 23 먼저 확인 부탁드려요!
4️⃣ 체크리스트 (Checklist)
main
브랜치의 최신 코드를pull
받았나요?