
AppSignal
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 AppSignal to PostHog to sync your data into the PostHog data warehouse for analysis and modeling.
Enter your AppSignal personal API token and app ID to pull your AppSignal error and performance data into the PostHog Data warehouse.
Your personal API token is in your AppSignal personal settings under "API key". The app ID is the identifier in your app's AppSignal URL: https://appsignal.com/<organization>/sites/<app ID>.
Configuration
| Option | Type | Required |
|---|---|---|
Personal API token | password | Yes |
App ID | text | Yes |
Linking AppSignal to PostHog
- Go to the Data pipeline page in PostHog
- Click New source and select AppSignal
- 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 |
|---|---|---|---|---|
exception_incidents | An exception incident: a group of similar errors tracked by AppSignal, with its occurrence count and triage state. | Full refresh | — | — |
performance_incidents | A performance incident: a slow action tracked by AppSignal, with its duration statistics and triage state. | Full refresh | — | — |
deploy_markers | A deploy marker: an application release tracked by AppSignal, with the error rate observed while it was live. | Incremental, Full refresh | created_at | — |
error_samples | An individual error sample: one recorded occurrence of an exception, with request context. | Incremental, Full refresh | time | — |
performance_samples | An individual performance sample: one recorded slow request, with timing breakdown. | Incremental, Full refresh | time | — |