
DebugBear
Let AI connect your sources for you
Skip the manual setup — run this in your project and the wizard auto-detects your databases and APIs and connects them to PostHog.

Connect DebugBear to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Sync DebugBear's monitored projects and synthetic Lighthouse / Core Web Vitals test results into your warehouse.
Configuration
| Option | Description |
|---|---|
API keyType: password Required: True | Use an Admin API key so PostHog can list every monitored project. Generate one from DebugBear's account settings — see the API docs. |
Linking DebugBear to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select DebugBear
- Fill in the required configuration fields
- Click Next, select the tables you want to sync, and then press Import
Supported tables
| Table | Description | Sync method | Incremental field | Primary key |
|---|---|---|---|---|
Projects | A DebugBear project — a group of monitored pages that share alerting and reporting settings. | Full refresh | — | — |
Pages | A monitored page inside a DebugBear project — the URL, its test schedule, and the device it is tested on. | Full refresh | — | — |
PageMetrics | A single synthetic (Lighthouse-based) lab test result for a monitored page — performance/accessibility/SEO scores, Core Web Vitals, and page weight for one build. | Incremental, Full refresh | analysis_date | — |
RumMetrics | Real user monitoring aggregates for a project, one row per metric per day. Values are the 75th percentile by default and cover the page views recorded in that day. | Incremental, Full refresh | date | — |
RumPageViews | An individual real user page view, with the metric values, page, device, and location recorded for it. | Incremental, Full refresh | date | — |
Annotations | A timeline annotation marking an event, such as a release or a configuration change, on a project's performance charts. | Full refresh | — | — |