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

chore(mobile): Add more error log #2949

Merged
merged 1 commit into from
Jun 25, 2023
Merged

Conversation

alextran1502
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jun 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
immich ⬜️ Ignored (Inspect) Jun 25, 2023 6:46pm

@@ -33,7 +34,8 @@ class OAuthService {
url: result,
),
);
} catch (e) {
} catch (e, stack) {
log.severe("Error performing oAuthLogin: ${e.toString()}", e, stack);
Copy link
Contributor

Choose a reason for hiding this comment

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

Man, how did we not have a log here before. Just suppressing it? This hopefully helps capture the problems!

@alextran1502 alextran1502 merged commit b015648 into main Jun 25, 2023
18 checks passed
@alextran1502 alextran1502 deleted the chore/add-more-mobile-log branch June 25, 2023 23:59
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

3 participants