Getting Started

Documentation Coming Soon

This documentation page is being written. Check back soon or contact us for help.

Quick Start

Welcome to StackWatch! Follow these steps to get started:

1. Create Your Account

Sign up for a free account at stackwatch.dev/register.

2. Create a Project

After logging in, create a new project for your application. You can monitor multiple projects with a single account.

3. Install the SDK

Install the appropriate SDK for your platform:

Laravel

composer require stackwatch/laravel-sdk

Flutter

flutter pub add stackwatch_flutter

4. Configure Your API Key

Add your StackWatch API key to your environment configuration:

STACKWATCH_API_KEY=your-api-key-here

5. Start Monitoring

That's it! Errors and performance data will automatically be sent to StackWatch.