#494 [Merge] dev 수정사항을 main에 반영 (Sentry trace metrics) - #495
Merged
Merged
Conversation
## #️⃣ 연관된 이슈 - #493 후속 수정 ## 📝 작업 내용 ### 🐛 Fix | 내용 | 검증 | |------|------| | Sentry `tracemetrics` 시계열 집계식을 `count(metric)`으로 수정 | Picke iOS/Android 실제 API HTTP 200 | | 데이터셋별 집계식 회귀 테스트 추가 | `SentryClientTest` 통과 | ## 📌 공유 사항 > Sentry Explore API는 일반 데이터셋의 `count()`는 허용하지만 `tracemetrics`에서는 인자 1개를 요구해 HTTP 400을 반환합니다. 실제 운영 토큰으로 `count(metric)` 응답이 두 프로젝트 모두 200임을 확인했습니다. ## ✅ 체크리스트 - [x] 개발 브랜치 기준으로 수정했습니다. - [x] 대상 테스트와 `git diff --check`를 통과했습니다. - [x] 비밀값을 출력하지 않고 실제 Sentry 응답 상태를 확인했습니다. ## 💬 리뷰 요구사항 > 데이터셋별 `yAxis` 분기가 Sentry API 계약에 맞는지 확인 부탁드립니다.
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.
#️⃣ 연관된 이슈
📝 작업 내용
🐛 Fix
tracemetrics시계열을count(metric)으로 조회해 400 응답 제거📌 공유 사항
✅ 체크리스트
📸 스크린샷
커스텀 메트릭 / tracemetrics카드가 수정된 Server 응답을 사용합니다.💬 리뷰 요구사항