[Release] Sentry 이벤트 전체 조회 복구 - #502
Merged
Merged
Conversation
## 변경 사항 - 운영 Sentry에서 허용되는 `analytics_event` 필드로 이벤트 목록을 조회합니다. - 그룹 조회가 깨진 `events-timeseries` 대신 `events-stats`를 사용해 최대 10개씩 모든 이벤트의 일별 발생 수와 사용자 수를 조회합니다. - 기존 Sentry `sign_up` metric도 이벤트 목록의 `sign_up`으로 합쳐 표시합니다. 동일한 태그 이벤트가 있으면 태그 데이터를 우선합니다. ## 검증 - `./gradlew test --tests com.swyp.picke.domain.admin.analytics.SentryClientTest --rerun-tasks` 성공 - 운영 Sentry 요청 200 확인: `onboarding_step`, `screen_view`, `ui_action` 및 오늘 partial bucket - 전체 테스트 346건 중 변경 관련 테스트 통과. 로컬 ffmpeg 실행 파일 부재로 기존 오디오 파이프라인 테스트 2건 실패
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배포 내용
analytics_event로 수집된 모든 행동을 최대 10개씩 나눠 일별 발생 수와 사용자 수까지 조회합니다.sign_up이벤트로 함께 표시합니다.검증
SentryClientTest성공events-stats요청 200 및 전체 이벤트 응답 확인범위
merge/#501배포 브랜치를 사용합니다.