Creating Your Project

Telebugs uses Projects to organize and isolate errors from your applications. Each project typically corresponds to a specific language, framework, or subsystem. Each project is assigned a unique token at creation, which your app uses to send errors.

Below is a recommended workflow and an overview of the project creation form.

How to organize projects


Example

Web app (Ruby on Rails)

Front‑end (JavaScript)

The “New Project” form

Create a new project

When creating a new project in Telebugs, you’ll encounter these fields:

Name Description
Project name Any string you choose. You can use any characters you like.
Reporting timezone Defaults to your local timezone. Use this to align “today,” error timestamps, and graphs with your server or team’s region. You can switch to any timezone (including UTC) at any time.
Platform Select the primary language or framework for this project (e.g., Ruby, JavaScript, PHP, Laravel, etc.). Currently, this only affects the project icon; future versions may apply platform‑specific behavior.

With your projects in place, you’re ready to configure your applications to report exceptions. Proceed to the next chapter to integrate Telebugs into your codebase.