-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Creates a log viewer #89
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #89 +/- ##
==========================================
- Coverage 86.92% 77.81% -9.11%
==========================================
Files 21 27 +6
Lines 688 955 +267
==========================================
+ Hits 598 743 +145
- Misses 90 212 +122
Continue to review full report in Codecov by Sentry.
|
Creates a log viewer
♻️ Current situation & Problem
Currently there is no mechanism within the application itself to view or share application logs for debugging purposes. This makes it challenging to address issues occurring on remote users' devices that cannot be readily attached to a debugger.
⚙️ Release Notes
Screenshot
📚 Documentation
Inline documentation added.
✅ Testing
UI tests added.
📝 Code of Conduct & Contributing Guidelines
By submitting creating this pull request, you agree to follow our Code of Conduct and Contributing Guidelines: