Skip to content

Your First Log

After completing the Quick Start, verify that logs are flowing and analyses are being generated.

  1. Open your project at auralog.ai/projects.
  2. Navigate to Logs in the sidebar.
  3. 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.

auralog analyzes errors automatically. To see it in action:

auralog.error("Test error for verification", {
source: "setup-test",
});

After sending an error:

  1. Go to Analyses in your project sidebar.
  2. Within a minute or two, Claude will generate an analysis of the error.
  3. The analysis includes severity, root cause assessment, and recommended actions.
  • 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.