We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
right now it seems possible for feedbacks with no content to be created. in
sentry/src/sentry/feedback/usecases/create_feedback.py
Line 118 in 0503359
we should strip whitespace of the message and see if its empty, and if so go ahead and filter it.
The text was updated successfully, but these errors were encountered:
ref(feedback): filter out empty feedbacks (#64954)
1595aea
fixes #64950
Successfully merging a pull request may close this issue.
right now it seems possible for feedbacks with no content to be created. in
sentry/src/sentry/feedback/usecases/create_feedback.py
Line 118 in 0503359
we should strip whitespace of the message and see if its empty, and if so go ahead and filter it.
The text was updated successfully, but these errors were encountered: