fix: Sentry 使用環境下にて、Misskey が発行した SQL クエリが span に含まれない問題を修正#17671
Merged
Conversation
Contributor
|
このPRによるapi.jsonの差分 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #17671 +/- ##
===========================================
+ Coverage 24.92% 24.93% +0.01%
===========================================
Files 1165 1165
Lines 39730 39730
Branches 11060 11056 -4
===========================================
+ Hits 9903 9907 +4
+ Misses 23891 23888 -3
+ Partials 5936 5935 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
⚙️ Backend Memory Usage ReportAfter GC
V8 Heap Snapshot Statistics
Head heap snapshot composition%%{init: {"sankey":{"showValues":false,"linkColor":"target","labelStyle":"outlined","nodeAlignment":"center","nodePadding":10,"nodeColors":{"Head":"#888888","code":"#f28e2c","bytecode":"#f28e2c","Other":"#888888","strings":"#e15759","string":"#e15759","jsArrays":"#76b7b2","typedArrays":"#59a14f","systemObjects":"#edc949","otherJsObjects":"#af7aa1","array":"#af7aa1","otherNonJsObjects":"#ff9da7"}}}}%%
sankey-beta
"Head","Code",24.46
"Code","bytecode",8.08
"Code","Other",16.38
"Head","Strings",42.18
"Strings","string",41.6
"Strings","Other",0.58
"Head","JS arrays",4.07
"Head","Typed arrays",0.52
"Head","System objects",2.17
"Head","Other JS objs",26.56
"Other JS objs","array",9.76
"Other JS objs","Other",16.79
"Head","Other non-JS objs",0.04
Download representative V8 heap snapshot (head) Runtime Loaded JS FootprintClick to show
Newly Loaded External Packages
Largest Package Increases
Largest Newly Loaded Modules
|
kakkokari-gtyih
approved these changes
Jul 5, 2026
Member
|
🙏 |
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.
What
pgをバックエンドのバンドルから除きます。
Why
fix #17670
Additional info (optional)
自分のSentryアカウントで確認済み
Checklist