Package sentry_protos.seer.v1
Services
Messages
message SentryEventData sentry_protos/seer/v1/common.proto
Field | Type | Description | |
---|---|---|---|
1 | title |
string
|
|
2 | entries |
repeated
google.protobuf.Value
|
message IssueDetails sentry_protos/seer/v1/common.proto
Field | Type | Description | |
---|---|---|---|
1 | id |
uint64
|
|
2 | title |
string
|
|
3 | short_id |
string
|
optional |
4 | events |
repeated
sentry_protos.seer.v1.SentryEventData
|
message SummarizeRequest sentry_protos/seer/v1/summarize.proto
Field | Type | Description | |
---|---|---|---|
1 | group_id |
uint64
|
|
2 | organization_id |
uint64
|
|
3 | organization_slug |
string
|
|
4 | project_id |
uint64
|
|
5 | connected_issues |
repeated
sentry_protos.seer.v1.IssueDetails
|
message SummarizeResponse sentry_protos/seer/v1/summarize.proto
Field | Type | Description | |
---|---|---|---|
1 | group_id |
uint64
|
|
2 | headline |
string
|
|
3 | summary |
string
|
|
4 | impact |
string
|