This repository was archived by the owner on Jan 29, 2026. It is now read-only.
middleware 내부에서 httpError 로깅 추가 및 x-soto-session 제거 로직 삭제#3649
Merged
guswl98 merged 2 commits intoepic/KLZT-856_nol_userfrom Apr 8, 2025
Merged
middleware 내부에서 httpError 로깅 추가 및 x-soto-session 제거 로직 삭제#3649guswl98 merged 2 commits intoepic/KLZT-856_nol_userfrom
guswl98 merged 2 commits intoepic/KLZT-856_nol_userfrom
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## epic/KLZT-856_nol_user #3649 +/- ##
==========================================================
- Coverage 10.05% 10.05% -0.01%
==========================================================
Files 741 741
Lines 29208 29204 -4
Branches 7932 7930 -2
==========================================================
- Hits 2937 2936 -1
+ Misses 26251 26248 -3
Partials 20 20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
release-canary |
|
v13.45.2-pr-3649.79 has been published! |
dongoc
approved these changes
Apr 8, 2025
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
PR 설명
당분간 x-soto-session을 유지하기로 했으므로 x-soto-session을 제외하는 로직을 삭제합니다.
미들웨어의 에러 트래킹을 위해
captureHttpError를 추가합니다.