Skip to content
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

bug: sentry fixes #9334

Merged
merged 9 commits into from
Aug 16, 2021
Merged

bug: sentry fixes #9334

merged 9 commits into from
Aug 16, 2021

Conversation

@thelostone-mc thelostone-mc marked this pull request as ready for review August 10, 2021 04:49
Copy link
Contributor

@zlsgh zlsgh left a comment

Choose a reason for hiding this comment

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

There are some code scan warnings that GitHub flagged. Have these been addressed?

@thelostone-mc
Copy link
Member Author

@zacheryschiller if you notice those aren't related to changes made on this PR ! We can open up a follow up PR to fix those up

@@ -2161,7 +2161,7 @@ def user_card(request, handle):
except (ProfileNotFoundException, ProfileHiddenException):
raise Http404

if request.user.is_authenticated:
if request.user.is_authenticated and request.user.profile:
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this a symptom of a different problem? Why do we have authenticated users without Profiles?

Copy link
Contributor

Choose a reason for hiding this comment

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

** As discussed we will get this in now and open a new ticket to investigate the cause

@gdixon gdixon merged commit dd44727 into gitcoinco:master Aug 16, 2021
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.

4 participants