Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/bitdrift/public/unary/dashboards/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ message GetUniqueAppIdsRequest {

message GetUniqueAppIdsResponse {
// The distinct platform, app ID, and app version combinations observed in the
// requested time range.
// requested time range. This is sorted by platform/app activity volume.
repeated .bitdrift.public.shared.platform.v1.Platform platforms = 6;
}

Expand Down
3 changes: 3 additions & 0 deletions src/bitdrift/public/unary/issues/v1/issues.proto
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,9 @@ message IssueListItem {

// The session ID associated with the issue, when available.
optional string session_id = 10;

// The status of the session associated with this issue.
.bitdrift.public.unary.common.v1.SessionStatusInfo session_status_info = 11;
}

message ListIssuesV2Response {
Expand Down
Loading