-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Describe what happens to invalid email addresses in feedback #14103
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
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Bundle ReportChanges will decrease total bundle size by 15 bytes (-0.0%) ⬇️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: sentry-docs-client-array-pushAssets Changed:
view changes for bundle: sentry-docs-server-cjsAssets Changed:
|
|
|
||
| <Alert type="info"> | ||
|
|
||
| Note that Sentry will reject and drop any feedback events where the email address is invalid. To avoid this, the Sentry SDK for .NET removes invalid email addresses before sending feedback. Ideally you should validate the email address before calling this API. |
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.
this doesn't seem to be the case. at least it didn't originally. I realize it was the conclusion after some github issue with a customer but need to check if relay is doing this to be sure. it's not a dotnet specific thing so not something to put here anyway, should be available on all user feedback docs for all sdks and protocol. cc @aliu39 @cleptric
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.
should be available on all user feedback docs for all sdks and protocol.
Agreed, let's decide what the behavior should be though (drop entirely or strip email)
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.
@jamescrosswell we are deciding to revert the code in sentry that drops feedback with an invalid email, which was a recent change. Of course it's still ideal we get valid emails, so SDK validation is welcome
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.
OK thanks @aliu39 - do you have a tracking issue for that? If so, once it's done, we can revert this change to the docs and update the SDK accordingly as well.
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.
Just opened getsentry/sentry#94664, once it's deployed docs can be updated
DESCRIBE YOUR PR
Resolves getsentry/sentry-dotnet#4284
See:
IS YOUR CHANGE URGENT?
SLA
cc: @Flash0ver
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: