
Raygun
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 Raygun to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter a Raygun personal access token to pull your Raygun crash reporting and real user monitoring data into the PostHog Data warehouse.
Grant the token these read scopes for the tables you want to sync:
applications:read— Applicationscr.errors:read— Error groupsdeployments:read— Deploymentscustomers:read— Customersrum.sessions:read— Sessionsrum.pages:read— Pages
Configuration
| Option | Type | Required |
|---|---|---|
Personal access token | password | Yes |
Linking Raygun to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select Raygun
- 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 |
|---|---|---|---|---|
applications | An application monitored by Raygun (a project receiving crash, APM, or RUM data). | Full refresh | — | — |
error_groups | A group of error instances sharing the same root cause within an application. | Full refresh | — | — |
deployments | A deployment of an application recorded in Raygun. | Full refresh | — | — |
customers | An end user (customer) seen by an application's real user monitoring. | Full refresh | — | — |
sessions | A real user monitoring session for an application. | Full refresh | — | — |
pages | A page (web or mobile view) seen by an application's real user monitoring. | Full refresh | — | — |