Skip to content

Commit 9a9bd53

Browse files
authored
Merge pull request #11 from tinybirdco/sentry
add sentry
2 parents c2ab2be + 1e4ff3e commit 9a9bd53

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
TOKEN "append" APPEND
2+
3+
# Refer to https://docs.sentry.io/organization/integrations/integration-platform/webhooks/ for the json schemas
4+
5+
TAGS "sentry"
6+
7+
SCHEMA >
8+
`action` LowCardinality(String) `json:$.action` DEFAULT 'unknown',
9+
`actor` JSON `json:$.actor` DEFAULT '{}',
10+
`data` JSON `json:$.data` DEFAULT '{}',
11+
`installation` JSON `json:$.installation` DEFAULT '{}'
12+
13+
ENGINE "MergeTree"
14+
ENGINE_SORTING_KEY "action"

0 commit comments

Comments
 (0)