Skip to content

feat(scope): Scoped user feedback capture#1916

Merged
limbonaut merged 3 commits into
masterfrom
limbonaut/feat/scoped-feedback-capture
Jul 27, 2026
Merged

feat(scope): Scoped user feedback capture#1916
limbonaut merged 3 commits into
masterfrom
limbonaut/feat/scoped-feedback-capture

Conversation

@limbonaut

@limbonaut limbonaut commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Adds scoped capture of user feedback by introducing the sentry_scope_capture_feedback function, joining the existing family of sentry_scope_capture_x functions. 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.

@github-actions

github-actions Bot commented Jul 26, 2026

Copy link
Copy Markdown
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Generated by 🚫 dangerJS against 2f473dc

Comment thread include/sentry.h
@codecov

codecov Bot commented Jul 26, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 90.32258% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.77%. Comparing base (7212f08) to head (2f473dc).
⚠️ Report is 1 commits behind head on master.

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:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@limbonaut
limbonaut force-pushed the limbonaut/feat/scoped-feedback-capture branch from 4f57ca8 to 7f225fa Compare July 26, 2026 13:34
@limbonaut
limbonaut force-pushed the limbonaut/feat/apply-scope-to-feedback branch from 1073ed7 to b834d70 Compare July 26, 2026 13:56
@limbonaut
limbonaut force-pushed the limbonaut/feat/scoped-feedback-capture branch from 7f225fa to e6f1d00 Compare July 26, 2026 13:56

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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.

Comment thread src/sentry_core.c
Comment thread src/sentry_core.c
@limbonaut
limbonaut force-pushed the limbonaut/feat/scoped-feedback-capture branch 2 times, most recently from 4f57ca8 to 7f225fa Compare July 27, 2026 09:48
@limbonaut
limbonaut force-pushed the limbonaut/feat/apply-scope-to-feedback branch from 1073ed7 to 9799623 Compare July 27, 2026 14:15
@limbonaut
limbonaut force-pushed the limbonaut/feat/scoped-feedback-capture branch from 7f225fa to 7e92b98 Compare July 27, 2026 14:17
Base automatically changed from limbonaut/feat/apply-scope-to-feedback to master July 27, 2026 14:53
@limbonaut
limbonaut force-pushed the limbonaut/feat/scoped-feedback-capture branch from 7e92b98 to 2f473dc Compare July 27, 2026 14:58
@limbonaut
limbonaut merged commit 0485b9b into master Jul 27, 2026
66 checks passed
@limbonaut
limbonaut deleted the limbonaut/feat/scoped-feedback-capture branch July 27, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants