Skip to content

fix: Sentry 이벤트 배치 누락 제거 - #505

Merged
Roy-wonji merged 1 commit into
devfrom
fix/sentry-event-batch-filter
Sep 14, 2026
Merged

Roy-wonji merged 1 commit into
devfrom
fix/sentry-event-batch-filter

Conversation

@Roy-wonji

Copy link
Copy Markdown
Contributor

변경 사항

  • Sentry 이벤트 배치 검색을 OR 식에서 배열 식으로 변경합니다.
  • 운영에서 확인된 onboarding_step, screen_view, ui_action이 모두 반환됩니다.
  • 이벤트가 늘어나도 10개씩 나눠 전체 목록의 일별 통계를 조회합니다.

검증

  • 운영 Sentry 배열 검색 200 및 전체 3개 이벤트 반환
  • SentryClientTest 성공

Constraint: Sentry OR 검색식이 일부 analytics_event를 누락한다
Rejected: 이벤트별 개별 요청 | 이벤트 수만큼 외부 호출이 증가한다
Confidence: high
Scope-risk: narrow
Directive: 배치 검색은 검증된 배열 구문을 유지한다
Tested: SentryClientTest, 운영 Sentry 배열 검색 200 및 3개 이벤트 반환
Not-tested: Orca 런타임 연결 실패로 브라우저 화면은 미확인
@Roy-wonji
Roy-wonji merged commit e1fa37d into dev Sep 14, 2026
1 check passed
@Roy-wonji
Roy-wonji deleted the fix/sentry-event-batch-filter branch September 14, 2026 04:46
Roy-wonji added a commit that referenced this pull request Sep 14, 2026
## 배포 내용
- dev PR #505에서 검증된 이벤트 배열 검색을 main에 반영합니다.
- `analytics_event` 목록을 10개씩 나눠 조회하면서도 모든 이벤트가 반환됩니다.

## 검증
- 운영 Sentry 배열 검색 200
- `onboarding_step`, `screen_view`, `ui_action` 전체 반환 확인
- dev PR #505 CI 성공
- main 기반 `SentryClientTest` 성공

## 범위
- #486과 동일한 `merge/#505` 배포 브랜치입니다.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant