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

feat: Do not log NameNotFoundException to sentry when saving to kDrive #2238

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

LunarX
Copy link
Contributor

@LunarX LunarX commented Mar 10, 2025

When saving an email to kDrive, we check if the app is installed on the device. To know that the app is not installed, we need to catch a NameNotFoundException. This is an expected behavior and doesn't need to be logged to sentry

When saving an email to kDrive, we check if the app is installed on the device. To know that the app is not installed, we need to catch a NameNotFoundException. This is an expected behavior and doesn't need to be logged to sentry
@LunarX LunarX added the enhancement Improve or expand upon an existing feature label Mar 10, 2025
@LunarX LunarX requested review from NicolasBourdin88 and a team March 10, 2025 12:31
@LunarX LunarX self-assigned this Mar 10, 2025
@LunarX LunarX merged commit ad04d70 into master Mar 11, 2025
8 checks passed
@LunarX LunarX deleted the remove-unnecessary-sentry-exception branch March 11, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve or expand upon an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants