-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
ref(feedback): infer user fields from event in v1 shims #92688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## master #92688 +/- ##
===========================================
+ Coverage 46.21% 87.90% +41.68%
===========================================
Files 10234 10250 +16
Lines 587244 587981 +737
Branches 22829 22829
===========================================
+ Hits 271371 516838 +245467
+ Misses 315427 70697 -244730
Partials 446 446 |
| assert evidence["is_spam"] is True | ||
|
|
||
|
|
||
| @django_db_all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved up (unchanged)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests are unchanged?
edit: ignore i see the new tests
Feature requested in - getsentry/sentry-native#1264 Reading the user fields from the event based on https://github.com/getsentry/sentry/blob/eeee98ba851fa4219f998a4f41030e3eaaef289d/src/sentry/issues/event.schema.json#L2974 Note this isn't done for feedback v2 (`captureFeedback`). This is trickier since we don't have the event data at ingest time.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Feature requested in
sentry_value_new_user_feedbackthat only requires parent event uuid and comments and grabs the user name and email from the parent event sentry-native#1264Reading the user fields from the event based on
sentry/src/sentry/issues/event.schema.json
Line 2974 in eeee98b
Note this isn't done for feedback v2 (
captureFeedback). This is trickier since we don't have the event data at ingest time.