Add extra analytics for notification performance#6237
Merged
jmartinesp merged 3 commits intodevelopfrom Feb 24, 2026
Merged
Conversation
Add technical spans to track how long a notification fetching work request takes to run, then how long it takes to actually fetch the events for the notifications
Contributor
|
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
The default `Dispatchers.Default` dispatcher used should be good enough and more performant
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #6237 +/- ##
===========================================
- Coverage 81.42% 81.42% -0.01%
===========================================
Files 2570 2570
Lines 69788 69833 +45
Branches 8950 8961 +11
===========================================
+ Hits 56825 56860 +35
- Misses 9643 9646 +3
- Partials 3320 3327 +7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9fed2bc to
3f6b161
Compare
|
ganfra
approved these changes
Feb 24, 2026
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.



Content
Add technical spans to track how long a notification fetching work request takes to run, then how long it takes to actually fetch the events for the notifications.
An example of one of this transactions is here.
Motivation and context
Try to understand what can make notification fetching slow.
Tests
Not much to test, other than running the branch with analytics enabled and looking at Sentry after a while.
Tested devices
Checklist