Bug Reports
In-app bug reporting with auto-captured context and GitHub issue integration.
Overview
When you encounter a bug while using Lastest, you can file a bug report directly from the UI. Lastest automatically captures rich context to help with debugging.
Auto-Captured Context
Every bug report automatically includes:
| Context | Description |
|---|---|
| URL | The page where the bug was encountered |
| Viewport | Browser window dimensions |
| User Agent | Browser and OS information |
| App Version | Current Lastest version |
| Git Hash | Current build hash |
| Console Errors | Recent browser console errors with timestamps |
| Failed Requests | HTTP requests that returned errors (URL, status, method) |
| Breadcrumbs | Recent user actions leading up to the report |
Screenshot Attachment
Optionally attach a screenshot of the current state. Screenshots are stored locally alongside the report.
GitHub Issue Creation
Bug reports can be automatically created as GitHub issues:
- Links back to the Lastest bug report
- Includes all auto-captured context
- Tracks the GitHub issue number and URL
Severity Levels
| Level | When to Use |
|---|---|
| Low | Minor inconvenience, workaround available |
| Medium | Feature not working as expected |
| High | Blocking issue, data loss risk |