Sentry
Prerequisites
To set up the Sentry source connector, you'll need the Sentry project name, authentication token, and organization.
Tables in the Sentry connector
Table: projects
| No | Column Name | Type | Notes |
|---|
| 1 | isBookmarked | BOOLEAN | |
| 2 | color | VARCHAR | |
| 3 | hasAccess | BOOLEAN | |
| 4 | avatar | VARCHAR | |
| 5 | isMember | BOOLEAN | |
| 6 | platform | VARCHAR | |
| 7 | isInternal | BOOLEAN | |
| 8 | features | VARCHAR | |
| 9 | dateCreated | VARCHAR | |
| 10 | firstEvent | VARCHAR | |
| 11 | organization | VARCHAR | |
| 12 | name | VARCHAR | |
| 13 | isPublic | BOOLEAN | |
| 14 | id | VARCHAR | |
| 15 | slug | VARCHAR | |
| 16 | status | VARCHAR | |
Table: project_detail
| No | Column Name | Type | Notes |
|---|
| 1 | isBookmarked | BOOLEAN | |
| 2 | storeCrashReports | BOOLEAN | |
| 3 | color | VARCHAR | |
| 4 | safeFields | VARCHAR | |
| 5 | hasAccess | BOOLEAN | |
| 6 | plugins | VARCHAR | |
| 7 | isMember | BOOLEAN | |
| 8 | platform | VARCHAR | |
| 9 | platforms | VARCHAR | |
| 10 | processingIssues | INTEGER | |
| 11 | features | VARCHAR | |
| 12 | dateCreated | VARCHAR | |
| 13 | scrapeJavaScript | BOOLEAN | |
| 14 | securityTokenHeader | VARCHAR | |
| 15 | options | VARCHAR | |
| 16 | isPublic | BOOLEAN | |
| 17 | id | VARCHAR | |
| 18 | resolveAge | INTEGER | |
| 19 | subjectTemplate | VARCHAR | |
| 20 | slug | VARCHAR | |
| 21 | defaultEnvironment | VARCHAR | |
| 22 | allowedDomains | VARCHAR | |
| 23 | teams | VARCHAR | |
| 24 | digestsMaxDelay | INTEGER | |
| 25 | digestsMinDelay | INTEGER | |
| 26 | scrubIPAddresses | BOOLEAN | |
| 27 | avatar | VARCHAR | |
| 28 | team | VARCHAR | |
| 29 | isInternal | BOOLEAN | |
| 30 | latestRelease | VARCHAR | |
| 31 | securityToken | VARCHAR | |
| 32 | sensitiveFields | VARCHAR | |
| 33 | firstEvent | VARCHAR | |
| 34 | dataScrubberDefaults | BOOLEAN | |
| 35 | organization | VARCHAR | |
| 36 | relayPiiConfig | VARCHAR | |
| 37 | name | VARCHAR | |
| 38 | dataScrubber | BOOLEAN | |
| 39 | verifySSL | BOOLEAN | |
| 40 | subjectPrefix | VARCHAR | |
| 41 | status | VARCHAR | |
Table: issues
| No | Column Name | Type | Notes |
|---|
| 1 | isBookmarked | BOOLEAN | |
| 2 | shortId | VARCHAR | |
| 3 | metadata | VARCHAR | |
| 4 | logger | VARCHAR | |
| 5 | annotations | VARCHAR | |
| 6 | project | VARCHAR | |
| 7 | title | VARCHAR | |
| 8 | type | VARCHAR | |
| 9 | assignedTo | VARCHAR | |
| 10 | isSubscribed | BOOLEAN | |
| 11 | stats | VARCHAR | |
| 12 | isPublic | BOOLEAN | |
| 13 | id | VARCHAR | |
| 14 | level | VARCHAR | |
| 15 | firstSeen | VARCHAR | |
| 16 | count | VARCHAR | |
| 17 | shareId | VARCHAR | |
| 18 | culprit | VARCHAR | |
| 19 | numComments | INTEGER | |
| 20 | subscriptionDetails | VARCHAR | |
| 21 | lastSeen | VARCHAR | |
| 22 | userCount | INTEGER | |
| 23 | statusDetails | VARCHAR | |
| 24 | hasSeen | BOOLEAN | |
| 25 | permalink | VARCHAR | |
| 26 | status | VARCHAR | |
Table: events
| No | Column Name | Type | Notes |
|---|
| 1 | eventID | VARCHAR | |
| 2 | dateCreated | VARCHAR | |
| 3 | event.type | VARCHAR | |
| 4 | groupID | VARCHAR | |
| 5 | id | VARCHAR | |
| 6 | message | VARCHAR | |
| 7 | title | VARCHAR | |
| 8 | user | VARCHAR | |
| 9 | platform | VARCHAR | |
| 10 | tags | VARCHAR | |
External Resources
Zipstack Cloud features a powerful SQL querying engine on top of many types of connectors, including those from Trino, some custom connectors and connectors from the open source Airbyte project. Some Zipstack cloud connectors are designed to utilize and expand upon Airbyte's connector protocol, but they do not use Airbyte's EL core. Additionally, some parts of the documentation for these connectors have been adapted from the connector documentation found in Airbyte's open source project.