Skip to main content
This guide walks you through setting up Traceback in a modern full-stack web application.

Prerequisites

  • A Traceback account (Sign up free)
  • Your Project DSN (Data Source Name) from Project Settings > Keys
  • Node.js 18+ or your preferred runtime

1. Install the SDK

Install the core SDK package for your framework:

2. Initialize Traceback

Add the initialization code as early as possible in your application’s entry point.
index.ts

3. Verify Your Integration

Trigger a test exception to confirm that events arrive in your dashboard:
Open your Traceback Issues Dashboard to see the newly generated issue, full stack trace, and AI diagnosis.

4. Next: Upload Source Maps

To view unminified TypeScript/JavaScript source code in stack traces, upload source maps during your CI/CD build step:
See the Source Maps Guide for automated GitHub Actions and Webpack plugins.