Getting Started
Everything you need to know before integrating Traceway into your project.
Getting Started
This section walks you through the prerequisites, installation, and initial configuration needed to start using Traceway in your application.
Before you begin, make sure you have an active Traceway account and have created at least one project on the web platform. Each project generates a unique project key that the SDK uses to route reported issues to the correct destination. You can create a project from the dashboard by navigating to your organization settings and selecting "New Project."
Traceway supports multiple platforms and frameworks. The core concepts remain the same across all of them: install the SDK, initialize it with your project key, and optionally configure reporting behavior such as automatic crash capture, screenshot attachment, and custom metadata fields.
Prerequisites
- A Traceway account with at least one organization
- A project created on the Traceway web platform
- Your project API key (found in project settings)
- A development environment for your target platform (Flutter, Web, iOS, or Android)
Next Steps
Once you have your project key, proceed to the Installation guide to add the SDK to your application.