[WIP] perf: read-write-locked scope data - #2042
Open
jpnurmi wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit fcf63ce. Configure here.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## jpnurmi/ref/scope-data #2042 +/- ##
==========================================================
+ Coverage 74.70% 75.16% +0.45%
==========================================================
Files 103 103
Lines 27227 27629 +402
Branches 4924 5041 +117
==========================================================
+ Hits 20341 20767 +426
+ Misses 5542 5520 -22
+ Partials 1344 1342 -2 🚀 New features to boost your workflow:
|
jpnurmi
removed this pull request from stack #2010
September 9, 2026 10:32
jpnurmi
added this pull request to stack #2080
September 9, 2026 10:32
jpnurmi
removed this pull request from stack #2080
September 9, 2026 11:37
jpnurmi
force-pushed
the
jpnurmi/perf/rwscope
branch
from
September 9, 2026 19:53
aab5243 to
03a2558
Compare
jpnurmi
added this pull request to stack #2082
September 9, 2026 19:54
jpnurmi
force-pushed
the
jpnurmi/perf/rwscope
branch
2 times, most recently
from
September 10, 2026 11:51
8ed8d1c to
a13e8c5
Compare
jpnurmi
removed this pull request from stack #2082
September 10, 2026 11:51
jpnurmi
force-pushed
the
jpnurmi/perf/rwscope
branch
from
September 10, 2026 11:57
a13e8c5 to
a725ba4
Compare
jpnurmi
changed the base branch from
jpnurmi/ref/attachments
to
jpnurmi/ref/scope-data
September 10, 2026 11:58
jpnurmi
added this pull request to stack #2084
September 10, 2026 11:58
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.

Make sentry-native multi-threading friendly by allowing concurrent scope data readers. This removes the global scope mutex bottleneck from concurrent logs and metrics enrichment without changing public scope behavior.
Before
After
Close: #1862