Skip to content
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

[FEAT] 유저 이탈 시 백엔드에 로그 보내기 #26

Closed
wants to merge 6 commits into from

Conversation

JjungminLee
Copy link
Collaborator

@JjungminLee JjungminLee commented Feb 14, 2024

1️⃣ 어떤 작업을 했나요? (Summary)

KakaoTalk_Video_2024-02-14-17-27-02.mp4

2️⃣ 알아두시면 좋아요!

  • 유저 이탈시 백엔드에 로그를 보내는 작업을 실행했습니다!
  • 아직 백엔드 API가 나오지 않아 �로그만 찍어봤는데요 이탈을 감지하였는가 -> 이탈전까지 로그를 잘 적재하고 있는가 의 플로우를 개발했습니다!
  • 현재는 이벤트 함수를 beforeunload를 썼는데요. 이러면 유저가 이탈하기 전에 alert창을 항상 띄우더라고요. 이게 ui 적으로 별로일 수도 있어서 실제 프로적션에 배포할때는 unload를 써보는게 어떨까 싶어요! 이러면 콘솔에는 로그가 안찍힌다고 해서 테스트는 못할것 같아용 ㅜㅜ
    https://goodmemory.tistory.com/106 <- 링크 참고하시고 어떤 이벤트함수 쓰면 좋을지 얘기해봐용!

3️⃣ 추후 작업

4️⃣ 체크리스트 (Checklist)

  • main 브랜치의 최신 코드를 pull 받았나요?

@JjungminLee JjungminLee added the enhancement New feature or request label Feb 14, 2024
@JjungminLee JjungminLee self-assigned this Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 유저의 이탈했을때 로그를 백엔드에 보내기
2 participants