* add Events, Issues, ProjectDetail stream * add P/R number * add SUMMARY entry * add docs/integrations/README.md entry * add source_definitions.yaml entry * add connector JSON definition * add builds.md entry * SentryStream keeps primary_key * add Projects stream * change stream for connection checking * handling errors with try-catch in next_page_token function * remove required key field from schemas * remove DEFAULT_HOST * raise error if link header don't have mandatory field * fix unit test for streams * update cursor for pagination * add docs to each endpoint * add hostname property to invalid_config * fix schema * add hostname to sample_config
7 lines
113 B
JSON
7 lines
113 B
JSON
{
|
|
"auth_token": "token",
|
|
"hostname": "sentry.io",
|
|
"organization": "organization",
|
|
"project": "project"
|
|
}
|