* Add Releases stream to Sentry Connector * update documentation * remove stream from configured catalog * fix tests * format doc changelog * format path function and change strict level to high * auto-bump connector version --------- Co-authored-by: Keith Thompson <keithjoethompson@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
47 lines
788 B
JSON
47 lines
788 B
JSON
[
|
|
{
|
|
"type": "STREAM",
|
|
"stream": {
|
|
"stream_state": {
|
|
"dateCreated": "2100-01-01T00:00:00.0Z"
|
|
},
|
|
"stream_descriptor": {
|
|
"name": "projects"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "STREAM",
|
|
"stream": {
|
|
"stream_state": {
|
|
"lastSeen": "2100-01-01T00:00:00.0Z"
|
|
},
|
|
"stream_descriptor": {
|
|
"name": "issues"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "STREAM",
|
|
"stream": {
|
|
"stream_state": {
|
|
"dateCreated": "2100-01-01T00:00:00.0Z"
|
|
},
|
|
"stream_descriptor": {
|
|
"name": "events"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "STREAM",
|
|
"stream": {
|
|
"stream_state": {
|
|
"dateCreated": "2100-01-01T00:00:00.0Z"
|
|
},
|
|
"stream_descriptor": {
|
|
"name": "releases"
|
|
}
|
|
}
|
|
}
|
|
]
|