[Release] Sentry 회원가입 지표 운영 반영 - #497
Merged
Merged
Conversation
## 변경 사항 - Sentry `user.action.count`에서 `event=sign_up`을 별도 데이터셋으로 제공합니다. - Trace Metrics 카운터를 `sum(value)`로 집계해 실제 metric 값을 반환합니다. - 회원가입 데이터가 없는 기간에도 연결 성공 상태와 0 일별 시계열을 유지합니다. ## 검증 - `./gradlew test --tests com.swyp.picke.domain.admin.analytics.SentryClientTest` - 실제 Sentry timeseries 요청 HTTP 200 - `git diff --check`
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.
#️⃣ 연관된 이슈
📝 작업 내용
✨ Feature
user.action.count의event=sign_up을 회원가입 일별 시계열로 제공sum(value)로 집계SentryClientTest통과📌 공유 사항
✅ 체크리스트
git diff --check를 통과했습니다.💬 리뷰 요구사항