What App Logs covers
Aiola App Logs is the project-level error and issue view for your application runtime. You can use it to:- capture uncaught exceptions
- capture unhandled promise rejections
- capture console errors and warnings
- capture failed HTTP requests and resource load failures
- review grouped issues
- inspect issue details and event history
Supported setup targets
The settings UI currently documents setup for:- Next.js
- React
- Node.js
- Edge Functions
- Python
What the setup page gives you
Open Project Settings → App Logs to get:- install command
- environment variable name
- initialization snippet
- optional user-identification snippet
- source map guidance
- an Add to App action that starts an Aiola thread to help implement the integration in your codebase
How issues behave
App log events are grouped into issues. The workspace page lets you:- filter by issue status and time period
- narrow results by environment, browser, OS, device, country, and HTTP status code
- search by title or culprit
- inspect a detail panel
- review stats and timeseries
- work with real-time updates
Manage source maps
Project Settings → App Logs groups uploaded source maps by release. Each release shows its file count, total size, and latest upload date. Deleting a release removes all source maps in that release. Use this when a deployment is obsolete or its maps need to be replaced.Retention and grouping
The current UI states:- resolved issues are deleted 30 days after their last event
- unresolved and ignored issues are kept indefinitely

