Your First Log
After completing the Quick Start, verify that logs are flowing and analyses are being generated.
Check the dashboard
Section titled “Check the dashboard”- Open your project at auralog.ai/projects.
- Navigate to Logs in the sidebar.
- You should see your logs appearing within a few seconds.
If no logs appear after 30 seconds, check that:
- Your API key is correct (starts with
aura_). - Your app is running and the
init()call is executing. - There are no network errors in the browser console or Node.js output.
Trigger an analysis
Section titled “Trigger an analysis”auralog analyzes errors automatically. To see it in action:
auralog.error("Test error for verification", { source: "setup-test",});After sending an error:
- Go to Analyses in your project sidebar.
- Within a minute or two, Claude will generate an analysis of the error.
- The analysis includes severity, root cause assessment, and recommended actions.
What’s next
Section titled “What’s next”- Configuration — customize capture behavior, flush intervals, and more.
- Error Capture — learn how automatic error capture works.
- AI Analysis — understand what Claude looks for in your logs.