6 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 your projects

Example project organization

Web app (Ruby on Rails)

Frontend (JavaScript)

The ‘New Project’ form

To create a new project, click the New Project button in the top right corner of the dashboard. You’ll see the following form:

Create a new project form in Telebugs

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

NameDescription
Project nameAny string you choose. You can use any characters you like.
Reporting timezoneDefaults 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.
PlatformSelect 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.