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.
staging
and production
)
Blog
or blog.example.com
blog.example.com
.
Blog (JavaScript)
or blog.js
To create a new project, click the New Project button in the top right corner of the dashboard. You’ll see the following form:
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.