[Release] Sentry 이벤트 배치 누락 제거 - #506
Merged
Merged
Conversation
## 변경 사항 - Sentry 이벤트 배치 검색을 OR 식에서 배열 식으로 변경합니다. - 운영에서 확인된 `onboarding_step`, `screen_view`, `ui_action`이 모두 반환됩니다. - 이벤트가 늘어나도 10개씩 나눠 전체 목록의 일별 통계를 조회합니다. ## 검증 - 운영 Sentry 배열 검색 200 및 전체 3개 이벤트 반환 - `SentryClientTest` 성공
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개씩 나눠 조회하면서도 모든 이벤트가 반환됩니다.검증
onboarding_step,screen_view,ui_action전체 반환 확인SentryClientTest성공범위
merge/#505배포 브랜치입니다.