-
Notifications
You must be signed in to change notification settings - Fork 22
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
Sentry logs not capturing errors from App Store or GEO Diary #48
Comments
* [CLD-345] Integrate API for agent check * Fixes test
@HollyJoyPhillips now the error capture when ever front-end have crash bug by code not by the backend return result. So do you want to capture error from backend also? |
I believe Sentry only captures |
Can we log caught errors as info? Would be good to get some feedback on how our users are interacting with the product in production, where they are going wrong etc. Just a small logging module to replace the
Usage:
|
Obviously the above is pseudo code but you get the idea :-) |
Okay, I got the idea. So that means we need to apply it to all apps, including AML and LTL, right? @willmcvay |
Summary: Errors created in the App Store and GEO Diary are not being captured by Sentry.
Expected Behaviour: Errors created should be logged and notifications sent through the channel
Errors & Images:
The following error was created in App Store by trying to submit an app whilst reaching the limit of 'Unlisted' apps:
The following error was created in GEO Diary by trying to cancel an appointment (_etag issue):
The text was updated successfully, but these errors were encountered: