feat(scope): Scoped user feedback capture#1916
Merged
Merged
Conversation
|
limbonaut
commented
Jul 26, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #1916 +/- ##
==========================================
+ Coverage 75.73% 75.77% +0.03%
==========================================
Files 93 93
Lines 22082 22101 +19
Branches 3932 3934 +2
==========================================
+ Hits 16724 16747 +23
+ Misses 4471 4468 -3
+ Partials 887 886 -1 🚀 New features to boost your workflow:
|
limbonaut
force-pushed
the
limbonaut/feat/scoped-feedback-capture
branch
from
July 26, 2026 13:34
4f57ca8 to
7f225fa
Compare
limbonaut
force-pushed
the
limbonaut/feat/apply-scope-to-feedback
branch
from
July 26, 2026 13:56
1073ed7 to
b834d70
Compare
limbonaut
force-pushed
the
limbonaut/feat/scoped-feedback-capture
branch
from
July 26, 2026 13:56
7f225fa to
e6f1d00
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit e6f1d00. Configure here.
limbonaut
force-pushed
the
limbonaut/feat/scoped-feedback-capture
branch
2 times, most recently
from
July 27, 2026 09:48
4f57ca8 to
7f225fa
Compare
jpnurmi
approved these changes
Jul 27, 2026
limbonaut
force-pushed
the
limbonaut/feat/apply-scope-to-feedback
branch
from
July 27, 2026 14:15
1073ed7 to
9799623
Compare
limbonaut
force-pushed
the
limbonaut/feat/scoped-feedback-capture
branch
from
July 27, 2026 14:17
7f225fa to
7e92b98
Compare
Base automatically changed from
limbonaut/feat/apply-scope-to-feedback
to
master
July 27, 2026 14:53
limbonaut
force-pushed
the
limbonaut/feat/scoped-feedback-capture
branch
from
July 27, 2026 14:58
7e92b98 to
2f473dc
Compare
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.

Adds scoped capture of user feedback by introducing the
sentry_scope_capture_feedbackfunction, joining the existing family ofsentry_scope_capture_xfunctions. It layers the given scope on top of the global scope when building the feedback event, so a single capture can carry its own tags, user, and contexts without mutating global state.