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

Fixing sentry errors #886

Merged
merged 4 commits into from
Apr 2, 2024
Merged

Fixing sentry errors #886

merged 4 commits into from
Apr 2, 2024

Conversation

DonKoko
Copy link
Contributor

@DonKoko DonKoko commented Mar 27, 2024

Fixing some errors from sentry.

…ses where the image delete fails (traceId: caqwmv994p5h4c47b1vr8jux) but I couldn't recreate it when deleting an asset. The best assumption is that this happened because the regex didn't handle url params
@@ -217,6 +217,8 @@ export async function createUser(
organizationIds.push(organizationId);
}

// @TODO this is weird and organizationIds is not used
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hey @mahendraHegde. We are having some bugs with the invitations and some other registration cases. I found this code in createUser that i found kinda confusing. Could you check the comment and try to remember what was the reason behind this? I want to improve it to iron out some bugs.

@DonKoko DonKoko merged commit 60d13f4 into main Apr 2, 2024
4 checks passed
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.

None yet

1 participant